#A25619

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

Shades of Rich Gold #A25619

Tints of Rich Gold #A25619

Color information

#A25619 (or 0xA25619) is unknown color: approx Rich Gold. HEX triplet: A2, 56 and 19. RGB value is (162,86,25). Sum of RGB (Red+Green+Blue) = 162+86+25=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A25619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25619 is #5DA9E6. Grayscale: #666666. Windows color (decimal): -6138343 or 1660578. OLE color: 1660578.

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

Color convert

RGB1628625-
CMYK00.470.850.36
HSL26.72º73.26%36.67%-
HSV(B)26.72º84.57%63.53%-
XYZ18.414.412.73-
YUV101.7784.68170.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=59.34%
G=31.50%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162862500.470.850.3626.7273.2636.67
HexA2561902F55241b4925
Octal24212631057125443311145
Binary1010001010101101100101011111010101100100110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25619; }

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

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

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

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

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

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

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

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