#A65316

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

Shades of Rich Gold #A65316

Tints of Rich Gold #A65316

Color information

#A65316 (or 0xA65316) is unknown color: approx Rich Gold. HEX triplet: A6, 53 and 16. RGB value is (166,83,22). Sum of RGB (Red+Green+Blue) = 166+83+22=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A65316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65316 is #59ACE9. Grayscale: #656565. Windows color (decimal): -5876970 or 1463206. OLE color: 1463206.

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

Color convert

RGB1668322-
CMYK00.500.870.35
HSL25.42º76.6%36.86%-
HSV(B)25.42º86.75%65.1%-
XYZ18.9614.352.53-
YUV100.8683.5174.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.25%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=61.25%
G=30.63%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166832200.500.870.3525.4276.636.86
HexA653160325723194d25
Octal24612326062127433111545
Binary1010011010100111011001100101010111100011110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65316; }

 p { color: rgb(166,83,22); }

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

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

 a { background-color: rgb(166,83,22); }

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

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

 span { border-color: rgb(166,83,22); }

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