#A0873E

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

Shades of Luxor Gold #A0873E

Tints of Luxor Gold #A0873E

Color information

#A0873E (or 0xA0873E) is unknown color: approx Luxor Gold. HEX triplet: A0, 87 and 3E. RGB value is (160,135,62). Sum of RGB (Red+Green+Blue) = 160+135+62=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0873E is #5F78C1. Grayscale: #868686. Windows color (decimal): -6256834 or 4097952. OLE color: 4097952.

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

Color convert

RGB16013562-
CMYK00.160.610.37
HSL44.69º44.14%43.53%-
HSV(B)44.69º61.25%62.75%-
XYZ24.0325.158.15-
YUV134.1587.28146.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=44.82%
G=37.82%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601356200.160.610.3744.6944.1443.53
HexA0873E0103D252d2c2c
Octal240207760207545555454
Binary1010000010000111111110010000111101100101101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0873E; }

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

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

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

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

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

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

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

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