#A5893E

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

Shades of Luxor Gold #A5893E

Tints of Luxor Gold #A5893E

Color information

#A5893E (or 0xA5893E) is unknown color: approx Luxor Gold. HEX triplet: A5, 89 and 3E. RGB value is (165,137,62). Sum of RGB (Red+Green+Blue) = 165+137+62=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5893E is #5A76C1. Grayscale: #898989. Windows color (decimal): -5928642 or 4098469. OLE color: 4098469.

HSL color Cylindrical-coordinate representation of color #A5893E: hue angle of 43.69º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5893E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16513762-
CMYK00.170.620.35
HSL43.69º45.37%44.51%-
HSV(B)43.69º62.42%64.71%-
XYZ25.3326.248.29-
YUV136.8285.78148.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=45.33%
G=37.64%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651376200.170.620.3543.6945.3744.51
HexA5893E0113E232c2d2d
Octal245211760217643545555
Binary1010010110001001111110010001111110100011101100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5893E; }

 p { color: rgb(165,137,62); }

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

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

 a { background-color: rgb(165,137,62); }

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

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

 span { border-color: rgb(165,137,62); }

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