#A95A22

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

Shades of Rich Gold #A95A22

Tints of Rich Gold #A95A22

Color information

#A95A22 (or 0xA95A22) is unknown color: approx Rich Gold. HEX triplet: A9, 5A and 22. RGB value is (169,90,34). Sum of RGB (Red+Green+Blue) = 169+90+34=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A22 is #56A5DD. Grayscale: #6B6B6B. Windows color (decimal): -5678558 or 2251433. OLE color: 2251433.

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

Color convert

RGB1699034-
CMYK00.470.800.34
HSL24.89º66.5%39.8%-
HSV(B)24.89º79.88%66.27%-
XYZ20.3115.863.5-
YUV107.2486.67172.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.68%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 34 (13.67% from 255) = 11.60%
R=57.68%
G=30.72%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169903400.470.800.3424.8966.539.8
HexA95A2202F5022194328
Octal25113242057120423110350
Binary10101001101101010001001011111010000100010110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A22; }

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

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

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

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

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

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

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

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