#AE8845

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

Shades of Luxor Gold #AE8845

Tints of Luxor Gold #AE8845

Color information

#AE8845 (or 0xAE8845) is unknown color: approx Luxor Gold. HEX triplet: AE, 88 and 45. RGB value is (174,136,69). Sum of RGB (Red+Green+Blue) = 174+136+69=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8845 is #5177BA. Grayscale: #8C8C8C. Windows color (decimal): -5339067 or 4556974. OLE color: 4556974.

HSL color Cylindrical-coordinate representation of color #AE8845: hue angle of 38.29º 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 #AE8845 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17413669-
CMYK00.220.600.32
HSL38.29º43.21%47.65%-
HSV(B)38.29º60.34%68.24%-
XYZ27.3327.049.41-
YUV139.7288.09152.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=45.91%
G=35.88%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741366900.220.600.3238.2943.2147.65
HexAE88450163C20262b30
Octal2562101050267440465360
Binary10101110100010001000101010110111100100000100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8845; }

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

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

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

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

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

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

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

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