#A08F42

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

Shades of Luxor Gold #A08F42

Tints of Luxor Gold #A08F42

Color information

#A08F42 (or 0xA08F42) is unknown color: approx Luxor Gold. HEX triplet: A0, 8F and 42. RGB value is (160,143,66). Sum of RGB (Red+Green+Blue) = 160+143+66=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F42 is #5F70BD. Grayscale: #8B8B8B. Windows color (decimal): -6254782 or 4362144. OLE color: 4362144.

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

Color convert

RGB16014366-
CMYK00.110.590.37
HSL49.15º41.59%44.31%-
HSV(B)49.15º58.75%62.75%-
XYZ25.327.519.13-
YUV139.386.63142.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=43.36%
G=38.75%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601436600.110.590.3749.1541.5944.31
HexA08F420B3B25312a2c
Octal2402171020137345615254
Binary1010000010001111100001001011111011100101110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F42; }

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

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

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

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

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

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

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

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