#A5913E

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

Shades of Luxor Gold #A5913E

Tints of Luxor Gold #A5913E

Color information

#A5913E (or 0xA5913E) is unknown color: approx Luxor Gold. HEX triplet: A5, 91 and 3E. RGB value is (165,145,62). Sum of RGB (Red+Green+Blue) = 165+145+62=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5913E is #5A6EC1. Grayscale: #8D8D8D. Windows color (decimal): -5926594 or 4100517. OLE color: 4100517.

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

Color convert

RGB16514562-
CMYK00.120.620.35
HSL48.35º45.37%44.51%-
HSV(B)48.35º62.42%64.71%-
XYZ26.5128.68.68-
YUV141.5283.13144.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=44.35%
G=38.98%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651456200.120.620.3548.3545.3744.51
HexA5913E0C3E23302d2d
Octal245221760147643605555
Binary101001011001000111111001100111110100011110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5913E; }

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

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

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

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

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

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

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

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