#A25424

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

Shades of Rich Gold #A25424

Tints of Rich Gold #A25424

Color information

#A25424 (or 0xA25424) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 24. RGB value is (162,84,36). Sum of RGB (Red+Green+Blue) = 162+84+36=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25424 is #5DABDB. Grayscale: #666666. Windows color (decimal): -6138844 or 2380962. OLE color: 2380962.

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

Color convert

RGB1628436-
CMYK00.480.780.36
HSL22.86º63.64%38.82%-
HSV(B)22.86º77.78%63.53%-
XYZ18.3914.153.43-
YUV101.8590.84170.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=57.45%
G=29.79%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162843600.480.780.3622.8663.6438.82
HexA254240304E24174027
Octal24212444060116442710047
Binary10100010101010010010001100001001110100100101111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25424; }

 p { color: rgb(162,84,36); }

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

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

 a { background-color: rgb(162,84,36); }

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

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

 span { border-color: rgb(162,84,36); }

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