#A08B43

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

Shades of Luxor Gold #A08B43

Tints of Luxor Gold #A08B43

Color information

#A08B43 (or 0xA08B43) is unknown color: approx Luxor Gold. HEX triplet: A0, 8B and 43. RGB value is (160,139,67). Sum of RGB (Red+Green+Blue) = 160+139+67=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B43 is #5F74BC. Grayscale: #898989. Windows color (decimal): -6255805 or 4426656. OLE color: 4426656.

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

Color convert

RGB16013967-
CMYK00.130.580.37
HSL46.45º40.97%44.51%-
HSV(B)46.45º58.13%62.75%-
XYZ24.7426.349.09-
YUV137.0788.46144.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=43.72%
G=37.98%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601396700.130.580.3746.4540.9744.51
HexA08B430D3A252e292d
Octal2402131030157245565155
Binary1010000010001011100001101101111010100101101110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B43; }

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

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

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

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

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

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

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

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