#A08442

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

Shades of Luxor Gold #A08442

Tints of Luxor Gold #A08442

Color information

#A08442 (or 0xA08442) is unknown color: approx Luxor Gold. HEX triplet: A0, 84 and 42. RGB value is (160,132,66). Sum of RGB (Red+Green+Blue) = 160+132+66=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A08442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08442 is #5F7BBD. Grayscale: #858585. Windows color (decimal): -6257598 or 4359328. OLE color: 4359328.

HSL color Cylindrical-coordinate representation of color #A08442: hue angle of 42.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08442 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16013266-
CMYK00.170.590.37
HSL42.13º41.59%44.31%-
HSV(B)42.13º58.75%62.75%-
XYZ23.7324.378.61-
YUV132.8590.28147.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=44.69%
G=36.87%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601326600.170.590.3742.1341.5944.31
HexA084420113B252a2a2c
Octal2402041020217345525254
Binary10100000100001001000010010001111011100101101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08442; }

 p { color: rgb(160,132,66); }

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

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

 a { background-color: rgb(160,132,66); }

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

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

 span { border-color: rgb(160,132,66); }

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