#A95B22

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

Shades of Rich Gold #A95B22

Tints of Rich Gold #A95B22

Color information

#A95B22 (or 0xA95B22) is unknown color: approx Rich Gold. HEX triplet: A9, 5B and 22. RGB value is (169,91,34). Sum of RGB (Red+Green+Blue) = 169+91+34=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B22 is #56A4DD. Grayscale: #6C6C6C. Windows color (decimal): -5678302 or 2251689. OLE color: 2251689.

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

Color convert

RGB1699134-
CMYK00.460.800.34
HSL25.33º66.5%39.8%-
HSV(B)25.33º79.88%66.27%-
XYZ20.3916.033.53-
YUV107.8286.34171.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.48%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=57.48%
G=30.95%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169913400.460.800.3425.3366.539.8
HexA95B2202E5022194328
Octal25113342056120423110350
Binary10101001101101110001001011101010000100010110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B22; }

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

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

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

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

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

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

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

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