#A08A3E

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

Shades of Luxor Gold #A08A3E

Tints of Luxor Gold #A08A3E

Color information

#A08A3E (or 0xA08A3E) is unknown color: approx Luxor Gold. HEX triplet: A0, 8A and 3E. RGB value is (160,138,62). Sum of RGB (Red+Green+Blue) = 160+138+62=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A3E is #5F75C1. Grayscale: #888888. Windows color (decimal): -6256066 or 4098720. OLE color: 4098720.

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

Color convert

RGB16013862-
CMYK00.140.610.37
HSL46.53º44.14%43.53%-
HSV(B)46.53º61.25%62.75%-
XYZ24.46268.29-
YUV135.9186.29145.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=44.44%
G=38.33%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601386200.140.610.3746.5344.1443.53
HexA08A3E0E3D252f2c2c
Octal240212760167545575454
Binary101000001000101011111001110111101100101101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A3E; }

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

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

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

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

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

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

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

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