#A25128

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

Shades of Rich Gold #A25128

Tints of Rich Gold #A25128

Color information

#A25128 (or 0xA25128) is unknown color: approx Rich Gold. HEX triplet: A2, 51 and 28. RGB value is (162,81,40). Sum of RGB (Red+Green+Blue) = 162+81+40=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25128 is #5DAED7. Grayscale: #646464. Windows color (decimal): -6139608 or 2642338. OLE color: 2642338.

HSL color Cylindrical-coordinate representation of color #A25128: hue angle of 20.16º 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 #A25128 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1628140-
CMYK00.500.750.36
HSL20.16º60.4%39.61%-
HSV(B)20.16º75.31%63.53%-
XYZ18.2313.723.69-
YUV100.5493.84171.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=57.24%
G=28.62%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162814000.500.750.3620.1660.439.61
HexA251280324B24143c28
Octal2421215006211344247450
Binary1010001010100011010000110010100101110010010100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25128; }

 p { color: rgb(162,81,40); }

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

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

 a { background-color: rgb(162,81,40); }

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

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

 span { border-color: rgb(162,81,40); }

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