#A25919

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

Shades of Rich Gold #A25919

Tints of Rich Gold #A25919

Color information

#A25919 (or 0xA25919) is unknown color: approx Rich Gold. HEX triplet: A2, 59 and 19. RGB value is (162,89,25). Sum of RGB (Red+Green+Blue) = 162+89+25=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25919 is #5DA6E6. Grayscale: #676767. Windows color (decimal): -6137575 or 1661346. OLE color: 1661346.

HSL color Cylindrical-coordinate representation of color #A25919: hue angle of 28.03º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A25919 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1628925-
CMYK00.450.850.36
HSL28.03º73.26%36.67%-
HSV(B)28.03º84.57%63.53%-
XYZ18.6514.92.81-
YUV103.5383.68169.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.70%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 25 (10.16% from 255) = 9.06%
R=58.70%
G=32.25%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162892500.450.850.3628.0373.2636.67
HexA2591902D55241c4925
Octal24213131055125443411145
Binary1010001010110011100101011011010101100100111001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25919; }

 p { color: rgb(162,89,25); }

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

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

 a { background-color: rgb(162,89,25); }

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

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

 span { border-color: rgb(162,89,25); }

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