#A25217

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

Shades of Rich Gold #A25217

Tints of Rich Gold #A25217

Color information

#A25217 (or 0xA25217) is unknown color: approx Rich Gold. HEX triplet: A2, 52 and 17. RGB value is (162,82,23). Sum of RGB (Red+Green+Blue) = 162+82+23=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25217 is #5DADE8. Grayscale: #636363. Windows color (decimal): -6139369 or 1528482. OLE color: 1528482.

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

Color convert

RGB1628223-
CMYK00.490.860.36
HSL25.47º75.14%36.27%-
HSV(B)25.47º85.8%63.53%-
XYZ18.0713.782.52-
YUV99.1985172.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 23 (9.38% from 255) = 8.61%
R=60.67%
G=30.71%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162822300.490.860.3625.4775.1436.27
HexA252170315624194b24
Octal24212227061126443111344
Binary1010001010100101011101100011010110100100110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25217; }

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

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

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

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

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

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

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

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