#a25117

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

Shades of Rich Gold #A25117

Tints of Rich Gold #A25117

Color information

#A25117 (or 0xA25117) is unknown color: approx Rich Gold. HEX triplet: A2, 51 and 17. RGB value is (162,81,23). Sum of RGB (Red+Green+Blue) = 162+81+23=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A25117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25117 is #5DAEE8. Grayscale: #626262. Windows color (decimal): -6139625 or 1528226. OLE color: 1528226.

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

Color convert

RGB1628123-
CMYK00.500.860.36
HSL25.04º75.14%36.27%-
HSV(B)25.04º85.8%63.53%-
XYZ1813.632.49-
YUV98.6185.34173.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 23 (9.38% from 255) = 8.65%
R=60.90%
G=30.45%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162812300.500.860.3625.0475.1436.27
HexA251170325624194b24
Octal24212127062126443111344
Binary1010001010100011011101100101010110100100110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25117; }

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

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

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

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

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

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

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

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