#A08B3E

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

Shades of Luxor Gold #A08B3E

Tints of Luxor Gold #A08B3E

Color information

#A08B3E (or 0xA08B3E) is unknown color: approx Luxor Gold. HEX triplet: A0, 8B and 3E. RGB value is (160,139,62). Sum of RGB (Red+Green+Blue) = 160+139+62=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B3E is #5F74C1. Grayscale: #888888. Windows color (decimal): -6255810 or 4098976. OLE color: 4098976.

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

Color convert

RGB16013962-
CMYK00.130.610.37
HSL47.14º44.14%43.53%-
HSV(B)47.14º61.25%62.75%-
XYZ24.626.298.33-
YUV136.585.96144.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=44.32%
G=38.50%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601396200.130.610.3747.1444.1443.53
HexA08B3E0D3D252f2c2c
Octal240213760157545575454
Binary101000001000101111111001101111101100101101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B3E; }

 p { color: rgb(160,139,62); }

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

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

 a { background-color: rgb(160,139,62); }

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

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

 span { border-color: rgb(160,139,62); }

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