#A95322

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

Shades of Rich Gold #A95322

Tints of Rich Gold #A95322

Color information

#A95322 (or 0xA95322) is unknown color: approx Rich Gold. HEX triplet: A9, 53 and 22. RGB value is (169,83,34). Sum of RGB (Red+Green+Blue) = 169+83+34=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A95322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95322 is #56ACDD. Grayscale: #676767. Windows color (decimal): -5680350 or 2249641. OLE color: 2249641.

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

Color convert

RGB1698334-
CMYK00.510.800.34
HSL21.78º66.5%39.8%-
HSV(B)21.78º79.88%66.27%-
XYZ19.7414.743.32-
YUV103.1388.99174.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 34 (13.67% from 255) = 11.89%
R=59.09%
G=29.02%
B=11.89%

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
Decimal169833400.510.800.3421.7866.539.8
HexA953220335022164328
Octal25112342063120422610350
Binary10101001101001110001001100111010000100010101101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95322; }

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

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

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

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

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

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

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

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