#A95315

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

Shades of Rich Gold #A95315

Tints of Rich Gold #A95315

Color information

#A95315 (or 0xA95315) is unknown color: approx Rich Gold. HEX triplet: A9, 53 and 15. RGB value is (169,83,21). Sum of RGB (Red+Green+Blue) = 169+83+21=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A95315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95315 is #56ACEA. Grayscale: #656565. Windows color (decimal): -5680363 or 1397673. OLE color: 1397673.

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

Color convert

RGB1698321-
CMYK00.510.880.34
HSL25.14º77.89%37.25%-
HSV(B)25.14º87.57%66.27%-
XYZ19.5914.682.51-
YUV101.6582.49176.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=61.90%
G=30.40%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169832100.510.880.3425.1477.8937.25
HexA953150335822194e25
Octal25112325063130423111645
Binary1010100110100111010101100111011000100010110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95315; }

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

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

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

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

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

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

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

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