#A65217

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

Shades of Rich Gold #A65217

Tints of Rich Gold #A65217

Color information

#A65217 (or 0xA65217) is unknown color: approx Rich Gold. HEX triplet: A6, 52 and 17. RGB value is (166,82,23). Sum of RGB (Red+Green+Blue) = 166+82+23=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65217 is #59ADE8. Grayscale: #646464. Windows color (decimal): -5877225 or 1528486. OLE color: 1528486.

HSL color Cylindrical-coordinate representation of color #A65217: hue angle of 24.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A65217 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1668223-
CMYK00.510.860.35
HSL24.76º75.66%37.06%-
HSV(B)24.76º86.14%65.1%-
XYZ18.914.22.56-
YUV100.3984.33174.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.25%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 23 (9.38% from 255) = 8.49%
R=61.25%
G=30.26%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166822300.510.860.3524.7675.6637.06
HexA652170335623194c25
Octal24612227063126433111445
Binary1010011010100101011101100111010110100011110011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65217; }

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

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

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

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

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

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

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

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