#A14616

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

Shades of Rich Gold #A14616

Tints of Rich Gold #A14616

Color information

#A14616 (or 0xA14616) is unknown color: approx Rich Gold. HEX triplet: A1, 46 and 16. RGB value is (161,70,22). Sum of RGB (Red+Green+Blue) = 161+70+22=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A14616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14616 is #5EB9E9. Grayscale: #5C5C5C. Windows color (decimal): -6207978 or 1459873. OLE color: 1459873.

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

Color convert

RGB1617022-
CMYK00.570.860.37
HSL20.72º75.96%35.88%-
HSV(B)20.72º86.34%63.14%-
XYZ17.0312.022.18-
YUV91.7488.65177.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.64%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=63.64%
G=27.67%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161702200.570.860.3720.7275.9635.88
HexA146160395625154c24
Octal24110626071126452511444
Binary1010000110001101011001110011010110100101101011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14616; }

 p { color: rgb(161,70,22); }

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

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

 a { background-color: rgb(161,70,22); }

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

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

 span { border-color: rgb(161,70,22); }

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