#A25017

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

Shades of Rich Gold #A25017

Tints of Rich Gold #A25017

Color information

#A25017 (or 0xA25017) is unknown color: approx Rich Gold. HEX triplet: A2, 50 and 17. RGB value is (162,80,23). Sum of RGB (Red+Green+Blue) = 162+80+23=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25017 is #5DAFE8. Grayscale: #626262. Windows color (decimal): -6139881 or 1527970. OLE color: 1527970.

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

Color convert

RGB1628023-
CMYK00.510.860.36
HSL24.6º75.14%36.27%-
HSV(B)24.6º85.8%63.53%-
XYZ17.9213.482.47-
YUV98.0285.67173.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 23 (9.38% from 255) = 8.68%
R=61.13%
G=30.19%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162802300.510.860.3624.675.1436.27
HexA250170335624194b24
Octal24212027063126443111344
Binary1010001010100001011101100111010110100100110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25017; }

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

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

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

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

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

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

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

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