#A88A42

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

Shades of Luxor Gold #A88A42

Tints of Luxor Gold #A88A42

Color information

#A88A42 (or 0xA88A42) is unknown color: approx Luxor Gold. HEX triplet: A8, 8A and 42. RGB value is (168,138,66). Sum of RGB (Red+Green+Blue) = 168+138+66=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A42 is #5775BD. Grayscale: #8B8B8B. Windows color (decimal): -5731774 or 4360872. OLE color: 4360872.

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

Color convert

RGB16813866-
CMYK00.180.610.34
HSL42.35º43.59%45.88%-
HSV(B)42.35º60.71%65.88%-
XYZ26.2226.98.96-
YUV138.7686.94148.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=45.16%
G=37.10%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681386600.180.610.3442.3543.5945.88
HexA88A420123D222a2c2e
Octal2502121020227542525456
Binary10101000100010101000010010010111101100010101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88A42; }

 p { color: rgb(168,138,66); }

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

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

 a { background-color: rgb(168,138,66); }

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

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

 span { border-color: rgb(168,138,66); }

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