Html Css Color HEX #A16F66 Coral Tree

📋 copy color: '#A16F66'

red 161 ◦ green 111 ◦ blue 102

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

Shades of Coral Tree #A16F66

Tints of Coral Tree #A16F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 43.05%
G = 29.68%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A16F66 (or 0xA16F66) is known color: Coral Tree. HEX triplet: A1, 6F and 66. RGB value is (161,111,102). Sum of RGB (Red+Green+Blue) = 161+111+102=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F66 is #5E9099. Grayscale: #7D7D7D. Windows color (decimal): -6197402 or 6713249. OLE color: 6713249.

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

Color convert

RGB 161 111 102 -
CMYK 0 0.31 0.37 0.37
HSL 9.15º 0.24% 0.52% -
HSV(B) 9.15º 0.37% 0.63% -
XYZ 22.78 19.91 15.21 -
YUV 124.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 161 111 102 0 0.31 0.37 0.37 9.15 0.24 0.52
Hex A1 6F 66 0 1F 25 25 9 18 34
Octal 241 157 146 0 37 45 45 11 30 64
Binary 10100001 1101111 1100110 0 11111 100101 100101 1001 11000 110100

Color Harmonies of #A16F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16F66

Black with #A16F66

Text Example


Text Example

White with #A16F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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