#A25A28

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

Shades of Rich Gold #A25A28

Tints of Rich Gold #A25A28

Color information

#A25A28 (or 0xA25A28) is unknown color: approx Rich Gold. HEX triplet: A2, 5A and 28. RGB value is (162,90,40). Sum of RGB (Red+Green+Blue) = 162+90+40=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A28 is #5DA5D7. Grayscale: #6A6A6A. Windows color (decimal): -6137304 or 2644642. OLE color: 2644642.

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

Color convert

RGB1629040-
CMYK00.440.750.36
HSL24.59º60.4%39.61%-
HSV(B)24.59º75.31%63.53%-
XYZ18.9415.153.93-
YUV105.8390.85168.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=55.48%
G=30.82%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162904000.440.750.3624.5960.439.61
HexA25A2802C4B24193c28
Octal2421325005411344317450
Binary1010001010110101010000101100100101110010011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A28; }

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

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

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

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

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

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

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

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