#A08242

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

Shades of Luxor Gold #A08242

Tints of Luxor Gold #A08242

Color information

#A08242 (or 0xA08242) is unknown color: approx Luxor Gold. HEX triplet: A0, 82 and 42. RGB value is (160,130,66). Sum of RGB (Red+Green+Blue) = 160+130+66=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08242 is #5F7DBD. Grayscale: #838383. Windows color (decimal): -6258110 or 4358816. OLE color: 4358816.

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

Color convert

RGB16013066-
CMYK00.190.590.37
HSL40.85º41.59%44.31%-
HSV(B)40.85º58.75%62.75%-
XYZ23.4623.838.52-
YUV131.6790.94148.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=44.94%
G=36.52%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601306600.190.590.3740.8541.5944.31
HexA082420133B25292a2c
Octal2402021020237345515254
Binary10100000100000101000010010011111011100101101001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08242; }

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

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

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

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

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

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

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

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