#AA8C42

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

Shades of Luxor Gold #AA8C42

Tints of Luxor Gold #AA8C42

Color information

#AA8C42 (or 0xAA8C42) is unknown color: approx Luxor Gold. HEX triplet: AA, 8C and 42. RGB value is (170,140,66). Sum of RGB (Red+Green+Blue) = 170+140+66=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C42 is #5573BD. Grayscale: #8C8C8C. Windows color (decimal): -5600190 or 4361386. OLE color: 4361386.

HSL color Cylindrical-coordinate representation of color #AA8C42: hue angle of 42.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA8C42 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB17014066-
CMYK00.180.610.33
HSL42.69º44.07%46.27%-
HSV(B)42.69º61.18%66.67%-
XYZ26.9427.79.08-
YUV140.5385.94149.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=45.21%
G=37.23%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701406600.180.610.3342.6944.0746.27
HexAA8C420123D212b2c2e
Octal2522141020227541535456
Binary10101010100011001000010010010111101100001101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C42; }

 p { color: rgb(170,140,66); }

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

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

 a { background-color: rgb(170,140,66); }

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

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

 span { border-color: rgb(170,140,66); }

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