#A25521

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

Shades of Rich Gold #A25521

Tints of Rich Gold #A25521

Color information

#A25521 (or 0xA25521) is unknown color: approx Rich Gold. HEX triplet: A2, 55 and 21. RGB value is (162,85,33). Sum of RGB (Red+Green+Blue) = 162+85+33=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25521 is #5DAADE. Grayscale: #666666. Windows color (decimal): -6138591 or 2184610. OLE color: 2184610.

HSL color Cylindrical-coordinate representation of color #A25521: hue angle of 24.19º degrees, saturation: 0.66, 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 #A25521 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1628533-
CMYK00.480.800.36
HSL24.19º66.15%38.24%-
HSV(B)24.19º79.63%63.53%-
XYZ18.4214.293.23-
YUV102.189.01170.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=57.86%
G=30.36%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162853300.480.800.3624.1966.1538.24
HexA255210305024184226
Octal24212541060120443010246
Binary10100010101010110000101100001010000100100110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25521; }

 p { color: rgb(162,85,33); }

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

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

 a { background-color: rgb(162,85,33); }

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

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

 span { border-color: rgb(162,85,33); }

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