#A0883E

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

Shades of Luxor Gold #A0883E

Tints of Luxor Gold #A0883E

Color information

#A0883E (or 0xA0883E) is unknown color: approx Luxor Gold. HEX triplet: A0, 88 and 3E. RGB value is (160,136,62). Sum of RGB (Red+Green+Blue) = 160+136+62=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0883E is #5F77C1. Grayscale: #878787. Windows color (decimal): -6256578 or 4098208. OLE color: 4098208.

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

Color convert

RGB16013662-
CMYK00.150.610.37
HSL45.31º44.14%43.53%-
HSV(B)45.31º61.25%62.75%-
XYZ24.1725.438.19-
YUV134.7486.95146.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=44.69%
G=37.99%
B=17.32%

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
Decimal1601366200.150.610.3745.3144.1443.53
HexA0883E0F3D252d2c2c
Octal240210760177545555454
Binary101000001000100011111001111111101100101101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0883E; }

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

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

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

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

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

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

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

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