#A95117

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

Shades of Rich Gold #A95117

Tints of Rich Gold #A95117

Color information

#A95117 (or 0xA95117) is unknown color: approx Rich Gold. HEX triplet: A9, 51 and 17. RGB value is (169,81,23). Sum of RGB (Red+Green+Blue) = 169+81+23=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A95117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95117 is #56AEE8. Grayscale: #656565. Windows color (decimal): -5680873 or 1528233. OLE color: 1528233.

HSL color Cylindrical-coordinate representation of color #A95117: hue angle of 23.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A95117 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB1698123-
CMYK00.520.860.34
HSL23.84º76.04%37.65%-
HSV(B)23.84º86.39%66.27%-
XYZ19.4614.382.56-
YUV100.784.15176.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=61.90%
G=29.67%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169812300.520.860.3423.8476.0437.65
HexA951170345622184c26
Octal25112127064126423011446
Binary1010100110100011011101101001010110100010110001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95117; }

 p { color: rgb(169,81,23); }

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

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

 a { background-color: rgb(169,81,23); }

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

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

 span { border-color: rgb(169,81,23); }

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