#A25A20

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

Shades of Rich Gold #A25A20

Tints of Rich Gold #A25A20

Color information

#A25A20 (or 0xA25A20) is unknown color: approx Rich Gold. HEX triplet: A2, 5A and 20. RGB value is (162,90,32). Sum of RGB (Red+Green+Blue) = 162+90+32=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A20 is #5DA5DF. Grayscale: #696969. Windows color (decimal): -6137312 or 2120354. OLE color: 2120354.

HSL color Cylindrical-coordinate representation of color #A25A20: hue angle of 26.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A25A20 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1629032-
CMYK00.440.800.36
HSL26.77º67.01%38.04%-
HSV(B)26.77º80.25%63.53%-
XYZ18.8215.13.29-
YUV104.9286.85168.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=57.04%
G=31.69%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162903200.440.800.3626.7767.0138.04
HexA25A2002C50241b4326
Octal24213240054120443310346
Binary10100010101101010000001011001010000100100110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A20; }

 p { color: rgb(162,90,32); }

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

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

 a { background-color: rgb(162,90,32); }

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

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

 span { border-color: rgb(162,90,32); }

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