#AE8944

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

Shades of Luxor Gold #AE8944

Tints of Luxor Gold #AE8944

Color information

#AE8944 (or 0xAE8944) is unknown color: approx Luxor Gold. HEX triplet: AE, 89 and 44. RGB value is (174,137,68). Sum of RGB (Red+Green+Blue) = 174+137+68=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8944 is #5176BB. Grayscale: #8C8C8C. Windows color (decimal): -5338812 or 4491694. OLE color: 4491694.

HSL color Cylindrical-coordinate representation of color #AE8944: hue angle of 39.06º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE8944 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17413768-
CMYK00.210.610.32
HSL39.06º43.8%47.45%-
HSV(B)39.06º60.92%68.24%-
XYZ27.4427.319.29-
YUV140.287.26152.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=45.91%
G=36.15%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741376800.210.610.3239.0643.847.45
HexAE89440153D20272c2f
Octal2562111040257540475457
Binary10101110100010011000100010101111101100000100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8944; }

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

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

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

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

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

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

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

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