Html Css Color HEX #A16A64 Coral Tree

📋 copy color: '#A16A64'

red 161 ◦ green 106 ◦ blue 100

#A16A64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #A16A64

Tints of Coral Tree #A16A64

RGB

 RED value IS 161 (63.28% from 255) = 43.87%

 GREEN value IS 106 (41.8% 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 value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A16A64 (or 0xA16A64) is known color: 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

RGB 161 106 100 -
CMYK 0 0.34 0.38 0.37
HSL 5.9º 0.24% 0.51% -
HSV(B) 5.9º 0.38% 0.63% -
XYZ 22.15 18.81 14.52 -
YUV 121.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 161 106 100 0 0.34 0.38 0.37 5.9 0.24 0.51
Hex A1 6A 64 0 22 26 25 6 18 33
Octal 241 152 144 0 42 46 45 6 30 63
Binary 10100001 1101010 1100100 0 100010 100110 100101 110 11000 110011

Color Harmonies of #A16A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16A64

Black with #A16A64

Text Example


Text Example

White with #A16A64

Text Example


Text Example

HTML Codes & Css Web 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>