#A08B44

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

Shades of Luxor Gold #A08B44

Tints of Luxor Gold #A08B44

Color information

#A08B44 (or 0xA08B44) is unknown color: approx Luxor Gold. HEX triplet: A0, 8B and 44. RGB value is (160,139,68). Sum of RGB (Red+Green+Blue) = 160+139+68=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B44 is #5F74BB. Grayscale: #898989. Windows color (decimal): -6255804 or 4492192. OLE color: 4492192.

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

Color convert

RGB16013968-
CMYK00.130.570.37
HSL46.3º40.35%44.71%-
HSV(B)46.3º57.5%62.75%-
XYZ24.7726.369.25-
YUV137.1888.96144.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=43.60%
G=37.87%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601396800.130.570.3746.340.3544.71
HexA08B440D39252e282d
Octal2402131040157145565055
Binary1010000010001011100010001101111001100101101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B44; }

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

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

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

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

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

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

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

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