#A14416

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

Shades of Rich Gold #A14416

Tints of Rich Gold #A14416

Color information

#A14416 (or 0xA14416) is unknown color: approx Rich Gold. HEX triplet: A1, 44 and 16. RGB value is (161,68,22). Sum of RGB (Red+Green+Blue) = 161+68+22=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A14416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14416 is #5EBBE9. Grayscale: #5A5A5A. Windows color (decimal): -6208490 or 1459361. OLE color: 1459361.

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

Color convert

RGB1616822-
CMYK00.580.860.37
HSL19.86º75.96%35.88%-
HSV(B)19.86º86.34%63.14%-
XYZ16.9111.772.14-
YUV90.5689.31178.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.14%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=64.14%
G=27.09%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161682200.580.860.3719.8675.9635.88
HexA1441603A5625144c24
Octal24110426072126452411444
Binary1010000110001001011001110101010110100101101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14416; }

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

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

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

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

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

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

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

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