#A25229

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

Shades of Rich Gold #A25229

Tints of Rich Gold #A25229

Color information

#A25229 (or 0xA25229) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 29. RGB value is (162,82,41). Sum of RGB (Red+Green+Blue) = 162+82+41=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A25229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25229 is #5DADD6. Grayscale: #656565. Windows color (decimal): -6139351 or 2708130. OLE color: 2708130.

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

Color convert

RGB1628241-
CMYK00.490.750.36
HSL20.33º59.61%39.8%-
HSV(B)20.33º74.69%63.53%-
XYZ18.3213.883.81-
YUV101.2594171.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=56.84%
G=28.77%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162824100.490.750.3620.3359.6139.8
HexA252290314B24143c28
Octal2421225106111344247450
Binary1010001010100101010010110001100101110010010100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25229; }

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

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

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

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

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

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

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

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