#A95222

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

Shades of Rich Gold #A95222

Tints of Rich Gold #A95222

Color information

#A95222 (or 0xA95222) is unknown color: approx Rich Gold. HEX triplet: A9, 52 and 22. RGB value is (169,82,34). Sum of RGB (Red+Green+Blue) = 169+82+34=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A95222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95222 is #56ADDD. Grayscale: #666666. Windows color (decimal): -5680606 or 2249385. OLE color: 2249385.

HSL color Cylindrical-coordinate representation of color #A95222: hue angle of 21.33º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A95222 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB1698234-
CMYK00.510.800.34
HSL21.33º66.5%39.8%-
HSV(B)21.33º79.88%66.27%-
XYZ19.6714.593.29-
YUV102.5489.32175.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.30%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 34 (13.67% from 255) = 11.93%
R=59.30%
G=28.77%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169823400.510.800.3421.3366.539.8
HexA952220335022154328
Octal25112242063120422510350
Binary10101001101001010001001100111010000100010101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95222; }

 p { color: rgb(169,82,34); }

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

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

 a { background-color: rgb(169,82,34); }

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

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

 span { border-color: rgb(169,82,34); }

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