Html Css Color HEX #A16B66 Coral Tree

📋 copy color: '#A16B66'

red 161 ◦ green 107 ◦ blue 102

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

Shades of Coral Tree #A16B66

Tints of Coral Tree #A16B66

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 43.51%
G = 28.92%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A16B66 (or 0xA16B66) is known color: Coral Tree. HEX triplet: A1, 6B and 66. RGB value is (161,107,102). Sum of RGB (Red+Green+Blue) = 161+107+102=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B66 is #5E9499. Grayscale: #7A7A7A. Windows color (decimal): -6198426 or 6712225. OLE color: 6712225.

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

Color convert

RGB 161 107 102 -
CMYK 0 0.34 0.37 0.37
HSL 5.08º 0.24% 0.52% -
HSV(B) 5.08º 0.37% 0.63% -
XYZ 22.35 19.05 15.07 -
YUV 122.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 161 107 102 0 0.34 0.37 0.37 5.08 0.24 0.52
Hex A1 6B 66 0 22 25 25 5 18 34
Octal 241 153 146 0 42 45 45 5 30 64
Binary 10100001 1101011 1100110 0 100010 100101 100101 101 11000 110100

Color Harmonies of #A16B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16B66

Black with #A16B66

Text Example


Text Example

White with #A16B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16B66; }

 p { color: rgb(161,107,102); }

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

background-color css

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

 a { background-color: rgb(161,107,102); }

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

border-color css

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

 span { border-color: rgb(161,107,102); }

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