Html Css Color HEX #A16E6C Coral Tree

📋 copy color: '#A16E6C'

red 161 ◦ green 110 ◦ blue 108

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

Shades of Coral Tree #A16E6C

Tints of Coral Tree #A16E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 42.48%
G = 29.02%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A16E6C (or 0xA16E6C) is known color: Coral Tree. HEX triplet: A1, 6E and 6C. RGB value is (161,110,108). Sum of RGB (Red+Green+Blue) = 161+110+108=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6C is #5E9193. Grayscale: #7D7D7D. Windows color (decimal): -6197652 or 7106209. OLE color: 7106209.

HSL color Cylindrical-coordinate representation of color #A16E6C: hue angle of 2.26º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16E6C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 108 -
CMYK 0 0.32 0.33 0.37
HSL 2.26º 0.22% 0.53% -
HSV(B) 2.26º 0.33% 0.63% -
XYZ 22.98 19.81 16.8 -
YUV 125.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 161 110 108 0 0.32 0.33 0.37 2.26 0.22 0.53
Hex A1 6E 6C 0 20 21 25 2 16 35
Octal 241 156 154 0 40 41 45 2 26 65
Binary 10100001 1101110 1101100 0 100000 100001 100101 10 10110 110101

Color Harmonies of #A16E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E6C

Black with #A16E6C

Text Example


Text Example

White with #A16E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E6C; }

 p { color: rgb(161,110,108); }

 H1.HeaderClassName
 {
   color: #A16E6C;
 }
 .AnyTagClassName
 {
   color: #A16E6C;
 }
</style>

background-color css

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

 a { background-color: rgb(161,110,108); }

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

border-color css

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

 span { border-color: rgb(161,110,108); }

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