#A95D24

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

Shades of Rich Gold #A95D24

Tints of Rich Gold #A95D24

Color information

#A95D24 (or 0xA95D24) is unknown color: approx Rich Gold. HEX triplet: A9, 5D and 24. RGB value is (169,93,36). Sum of RGB (Red+Green+Blue) = 169+93+36=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D24 is #56A2DB. Grayscale: #6D6D6D. Windows color (decimal): -5677788 or 2383273. OLE color: 2383273.

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

Color convert

RGB1699336-
CMYK00.450.790.34
HSL25.71º64.88%40.2%-
HSV(B)25.71º78.7%66.27%-
XYZ20.5916.393.75-
YUV109.2386.68170.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.71%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 36 (14.45% from 255) = 12.08%
R=56.71%
G=31.21%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169933600.450.790.3425.7164.8840.2
HexA95D2402D4F221a4128
Octal25113544055117423210150
Binary10101001101110110010001011011001111100010110101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95D24; }

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

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

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

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

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

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

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

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