#A25227

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

Shades of Rich Gold #A25227

Tints of Rich Gold #A25227

Color information

#A25227 (or 0xA25227) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 27. RGB value is (162,82,39). Sum of RGB (Red+Green+Blue) = 162+82+39=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25227 is #5DADD8. Grayscale: #656565. Windows color (decimal): -6139353 or 2577058. OLE color: 2577058.

HSL color Cylindrical-coordinate representation of color #A25227: hue angle of 20.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A25227 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1628239-
CMYK00.490.760.36
HSL20.98º61.19%39.41%-
HSV(B)20.98º75.93%63.53%-
XYZ18.2813.863.63-
YUV101.0293171.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=57.24%
G=28.98%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162823900.490.760.3620.9861.1939.41
HexA252270314C24153d27
Octal2421224706111444257547
Binary1010001010100101001110110001100110010010010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25227; }

 p { color: rgb(162,82,39); }

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

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

 a { background-color: rgb(162,82,39); }

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

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

 span { border-color: rgb(162,82,39); }

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