#A16A64

Color #A16A64 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A16A64

Tints of Coral Tree #A16A64

Color information

#A16A64 (or 0xA16A64) is unknown color: approx Coral Tree. HEX triplet: A1, 6A and 64. RGB value is (161,106,100). Sum of RGB (Red+Green+Blue) = 161+106+100=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16A64 is #5E959B. Grayscale: #797979. Windows color (decimal): -6198684 or 6580897. OLE color: 6580897.

HSL color Cylindrical-coordinate representation of color #A16A64: hue angle of 5.9º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16A64 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB161106100-
CMYK00.340.380.37
HSL5.9º24.5%51.18%-
HSV(B)5.9º37.89%63.14%-
XYZ22.1518.8114.52-
YUV121.76115.72155.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=43.87%
G=28.88%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110610000.340.380.375.924.551.18
HexA16A64022262561833
Octal241152144042464563063
Binary1010000111010101100100010001010011010010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16A64; }

 p { color: rgb(161,106,100); }

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

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

 a { background-color: rgb(161,106,100); }

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

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

 span { border-color: rgb(161,106,100); }

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