#A95416

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

Shades of Rich Gold #A95416

Tints of Rich Gold #A95416

Color information

#A95416 (or 0xA95416) is unknown color: approx Rich Gold. HEX triplet: A9, 54 and 16. RGB value is (169,84,22). Sum of RGB (Red+Green+Blue) = 169+84+22=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A95416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95416 is #56ABE9. Grayscale: #666666. Windows color (decimal): -5680106 or 1463465. OLE color: 1463465.

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

Color convert

RGB1698422-
CMYK00.500.870.34
HSL25.31º76.96%37.45%-
HSV(B)25.31º86.98%66.27%-
XYZ19.6814.832.59-
YUV102.3582.66175.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.45%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 22 (8.98% from 255) = 8%
R=61.45%
G=30.55%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169842200.500.870.3425.3176.9637.45
HexA954160325722194d25
Octal25112426062127423111545
Binary1010100110101001011001100101010111100010110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95416; }

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

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

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

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

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

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

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

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