Html Css Color HEX #A16E7F Tapestry

📋 copy color: '#A16E7F'

red 161 ◦ green 110 ◦ blue 127

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

Shades of Tapestry #A16E7F

Tints of Tapestry #A16E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 40.45%
G = 27.64%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A16E7F (or 0xA16E7F) is known color: Tapestry. HEX triplet: A1, 6E and 7F. RGB value is (161,110,127). Sum of RGB (Red+Green+Blue) = 161+110+127=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E7F is #5E9180. Grayscale: #7F7F7F. Windows color (decimal): -6197633 or 8351393. OLE color: 8351393.

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

Color convert

RGB 161 110 127 -
CMYK 0 0.32 0.21 0.37
HSL 340º 0.21% 0.53% -
HSV(B) 340º 0.32% 0.63% -
XYZ 24.1 20.26 22.72 -
YUV 127.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 161 110 127 0 0.32 0.21 0.37 340 0.21 0.53
Hex A1 6E 7F 0 20 15 25 154 15 35
Octal 241 156 177 0 40 25 45 524 25 65
Binary 10100001 1101110 1111111 0 100000 10101 100101 101010100 10101 110101

Color Harmonies of #A16E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E7F

Black with #A16E7F

Text Example


Text Example

White with #A16E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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