#A95415

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

Shades of Rich Gold #A95415

Tints of Rich Gold #A95415

Color information

#A95415 (or 0xA95415) is unknown color: approx Rich Gold. HEX triplet: A9, 54 and 15. RGB value is (169,84,21). Sum of RGB (Red+Green+Blue) = 169+84+21=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A95415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95415 is #56ABEA. Grayscale: #666666. Windows color (decimal): -5680107 or 1397929. OLE color: 1397929.

HSL color Cylindrical-coordinate representation of color #A95415: hue angle of 25.54º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A95415 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB1698421-
CMYK00.500.880.34
HSL25.54º77.89%37.25%-
HSV(B)25.54º87.57%66.27%-
XYZ19.6714.832.54-
YUV102.2382.16175.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 21 (8.59% from 255) = 7.66%
R=61.68%
G=30.66%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169842100.500.880.3425.5477.8937.25
HexA9541503258221a4e25
Octal25112425062130423211645
Binary1010100110101001010101100101011000100010110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95415; }

 p { color: rgb(169,84,21); }

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

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

 a { background-color: rgb(169,84,21); }

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

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

 span { border-color: rgb(169,84,21); }

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