#AE8945

Color #AE8945 Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #AE8945

Tints of Luxor Gold #AE8945

Color information

#AE8945 (or 0xAE8945) is unknown color: approx Luxor Gold. HEX triplet: AE, 89 and 45. RGB value is (174,137,69). Sum of RGB (Red+Green+Blue) = 174+137+69=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8945 is #5176BA. Grayscale: #8C8C8C. Windows color (decimal): -5338811 or 4557230. OLE color: 4557230.

HSL color Cylindrical-coordinate representation of color #AE8945: hue angle of 38.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8945 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17413769-
CMYK00.210.600.32
HSL38.86º43.21%47.65%-
HSV(B)38.86º60.34%68.24%-
XYZ27.4827.329.46-
YUV140.3187.76152.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=45.79%
G=36.05%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741376900.210.600.3238.8643.2147.65
HexAE89450153C20272b30
Octal2562111050257440475360
Binary10101110100010011000101010101111100100000100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8945; }

 p { color: rgb(174,137,69); }

 H1.HeaderClassName
 {
   color: #AE8945;
 }
 .AnyTagClassName
 {
   color: #AE8945;
 }
</style>
background-color css

<style>
 a { background-color: #AE8945; }

 a { background-color: rgb(174,137,69); }

 div.DivClassName
 {
   background-color: #AE8945;
 }
 .BgClassName
 {
   background-color: #AE8945;
 }
</style>
border-color css

<style>
 span { border-color: #AE8945; }

 span { border-color: rgb(174,137,69); }

 td.TdClassName
 {
   border-color: #AE8945;
 }
 .TagClassName
 {
   border-color: #AE8945;
 }
</style>