#A08F43

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

Shades of Luxor Gold #A08F43

Tints of Luxor Gold #A08F43

Color information

#A08F43 (or 0xA08F43) is unknown color: approx Luxor Gold. HEX triplet: A0, 8F and 43. RGB value is (160,143,67). Sum of RGB (Red+Green+Blue) = 160+143+67=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F43 is #5F70BC. Grayscale: #8B8B8B. Windows color (decimal): -6254781 or 4427680. OLE color: 4427680.

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

Color convert

RGB16014367-
CMYK00.110.580.37
HSL49.03º40.97%44.51%-
HSV(B)49.03º58.13%62.75%-
XYZ25.3327.529.29-
YUV139.4287.13142.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=43.24%
G=38.65%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601436700.110.580.3749.0340.9744.51
HexA08F430B3A2531292d
Octal2402171030137245615155
Binary1010000010001111100001101011111010100101110001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F43; }

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

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

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

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

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

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

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

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