#A88842

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

Shades of Luxor Gold #A88842

Tints of Luxor Gold #A88842

Color information

#A88842 (or 0xA88842) is unknown color: approx Luxor Gold. HEX triplet: A8, 88 and 42. RGB value is (168,136,66). Sum of RGB (Red+Green+Blue) = 168+136+66=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A88842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88842 is #5777BD. Grayscale: #898989. Windows color (decimal): -5732286 or 4360360. OLE color: 4360360.

HSL color Cylindrical-coordinate representation of color #A88842: hue angle of 41.18º 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 #A88842 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16813666-
CMYK00.190.610.34
HSL41.18º43.59%45.88%-
HSV(B)41.18º60.71%65.88%-
XYZ25.9426.338.87-
YUV137.5987.6149.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=45.41%
G=36.76%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681366600.190.610.3441.1843.5945.88
HexA888420133D22292c2e
Octal2502101020237542515456
Binary10101000100010001000010010011111101100010101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88842; }

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

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

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

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

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

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

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

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