#A95A24

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

Shades of Rich Gold #A95A24

Tints of Rich Gold #A95A24

Color information

#A95A24 (or 0xA95A24) is unknown color: approx Rich Gold. HEX triplet: A9, 5A and 24. RGB value is (169,90,36). Sum of RGB (Red+Green+Blue) = 169+90+36=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A24 is #56A5DB. Grayscale: #6B6B6B. Windows color (decimal): -5678556 or 2382505. OLE color: 2382505.

HSL color Cylindrical-coordinate representation of color #A95A24: hue angle of 24.36º 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 #A95A24 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB1699036-
CMYK00.470.790.34
HSL24.36º64.88%40.2%-
HSV(B)24.36º78.7%66.27%-
XYZ20.3415.873.66-
YUV107.4687.67171.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=57.29%
G=30.51%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169903600.470.790.3424.3664.8840.2
HexA95A2402F4F22184128
Octal25113244057117423010150
Binary10101001101101010010001011111001111100010110001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A24; }

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

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

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

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

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

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

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

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