#A5883F

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

Shades of Luxor Gold #A5883F

Tints of Luxor Gold #A5883F

Color information

#A5883F (or 0xA5883F) is unknown color: approx Luxor Gold. HEX triplet: A5, 88 and 3F. RGB value is (165,136,63). Sum of RGB (Red+Green+Blue) = 165+136+63=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5883F is #5A77C0. Grayscale: #888888. Windows color (decimal): -5928897 or 4163749. OLE color: 4163749.

HSL color Cylindrical-coordinate representation of color #A5883F: hue angle of 42.94º 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 #A5883F is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16513663-
CMYK00.180.620.35
HSL42.94º44.74%44.71%-
HSV(B)42.94º61.82%64.71%-
XYZ25.2225.978.39-
YUV136.3586.61148.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 63 (25% from 255) = 17.31%
R=45.33%
G=37.36%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651366300.180.620.3542.9444.7444.71
HexA5883F0123E232b2d2d
Octal245210770227643535555
Binary1010010110001000111111010010111110100011101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5883F; }

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

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

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

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

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

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

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

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