#A95316

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

Shades of Rich Gold #A95316

Tints of Rich Gold #A95316

Color information

#A95316 (or 0xA95316) is unknown color: approx Rich Gold. HEX triplet: A9, 53 and 16. RGB value is (169,83,22). Sum of RGB (Red+Green+Blue) = 169+83+22=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A95316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95316 is #56ACE9. Grayscale: #666666. Windows color (decimal): -5680362 or 1463209. OLE color: 1463209.

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

Color convert

RGB1698322-
CMYK00.510.870.34
HSL24.9º76.96%37.45%-
HSV(B)24.9º86.98%66.27%-
XYZ19.614.682.56-
YUV101.7682.99175.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=61.68%
G=30.29%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169832200.510.870.3424.976.9637.45
HexA953160335722194d25
Octal25112326063127423111545
Binary1010100110100111011001100111010111100010110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95316; }

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

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

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

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

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

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

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

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