#A95D20

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

Shades of Rich Gold #A95D20

Tints of Rich Gold #A95D20

Color information

#A95D20 (or 0xA95D20) is unknown color: approx Rich Gold. HEX triplet: A9, 5D and 20. RGB value is (169,93,32). Sum of RGB (Red+Green+Blue) = 169+93+32=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D20 is #56A2DF. Grayscale: #6D6D6D. Windows color (decimal): -5677792 or 2121129. OLE color: 2121129.

HSL color Cylindrical-coordinate representation of color #A95D20: hue angle of 26.72º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A95D20 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB1699332-
CMYK00.450.810.34
HSL26.72º68.16%39.41%-
HSV(B)26.72º81.07%66.27%-
XYZ20.5416.373.44-
YUV108.7784.68170.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 32 (12.89% from 255) = 10.88%
R=57.48%
G=31.63%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169933200.450.810.3426.7268.1639.41
HexA95D2002D51221b4427
Octal25113540055121423310447
Binary10101001101110110000001011011010001100010110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D20; }

 p { color: rgb(169,93,32); }

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

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

 a { background-color: rgb(169,93,32); }

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

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

 span { border-color: rgb(169,93,32); }

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