#A14816

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

Shades of Rich Gold #A14816

Tints of Rich Gold #A14816

Color information

#A14816 (or 0xA14816) is unknown color: approx Rich Gold. HEX triplet: A1, 48 and 16. RGB value is (161,72,22). Sum of RGB (Red+Green+Blue) = 161+72+22=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A14816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14816 is #5EB7E9. Grayscale: #5D5D5D. Windows color (decimal): -6207466 or 1460385. OLE color: 1460385.

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

Color convert

RGB1617222-
CMYK00.550.860.37
HSL21.58º75.96%35.88%-
HSV(B)21.58º86.34%63.14%-
XYZ17.1612.272.22-
YUV92.9187.99176.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.14%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=63.14%
G=28.24%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161722200.550.860.3721.5875.9635.88
HexA148160375625164c24
Octal24111026067126452611444
Binary1010000110010001011001101111010110100101101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14816; }

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

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

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

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

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

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

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

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