#A14316

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

Shades of Rich Gold #A14316

Tints of Rich Gold #A14316

Color information

#A14316 (or 0xA14316) is unknown color: approx Rich Gold. HEX triplet: A1, 43 and 16. RGB value is (161,67,22). Sum of RGB (Red+Green+Blue) = 161+67+22=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A14316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14316 is #5EBCE9. Grayscale: #5A5A5A. Windows color (decimal): -6208746 or 1459105. OLE color: 1459105.

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

Color convert

RGB1616722-
CMYK00.580.860.37
HSL19.42º75.96%35.88%-
HSV(B)19.42º86.34%63.14%-
XYZ16.8511.652.12-
YUV89.9889.64178.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 67 (26.56% from 255) = 26.8%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=64.4%
G=26.8%
B=8.8%

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
Decimal161672200.580.860.3719.4275.9635.88
HexA1431603A5625134c24
Octal24110326072126452311444
Binary1010000110000111011001110101010110100101100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14316; }

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

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

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

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

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

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

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

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