#A0883F

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

Shades of Luxor Gold #A0883F

Tints of Luxor Gold #A0883F

Color information

#A0883F (or 0xA0883F) is unknown color: approx Luxor Gold. HEX triplet: A0, 88 and 3F. RGB value is (160,136,63). Sum of RGB (Red+Green+Blue) = 160+136+63=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0883F is #5F77C0. Grayscale: #878787. Windows color (decimal): -6256577 or 4163744. OLE color: 4163744.

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

Color convert

RGB16013663-
CMYK00.150.610.37
HSL45.15º43.5%43.73%-
HSV(B)45.15º60.62%62.75%-
XYZ24.225.448.34-
YUV134.8587.45145.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 136 (53.52% from 255) = 37.88%
BLUE value IS 63 (25% from 255) = 17.55%
R=44.57%
G=37.88%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601366300.150.610.3745.1543.543.73
HexA0883F0F3D252d2b2c
Octal240210770177545555354
Binary101000001000100011111101111111101100101101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0883F; }

 p { color: rgb(160,136,63); }

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

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

 a { background-color: rgb(160,136,63); }

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

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

 span { border-color: rgb(160,136,63); }

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