Html Css Color HEX #A06E80 Tapestry

📋 copy color: '#A06E80'

red 160 ◦ green 110 ◦ blue 128

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

Shades of Tapestry #A06E80

Tints of Tapestry #A06E80

RGB

 RED value IS 160 (62.89% from 255) = 40.2%

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

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 40.2%
G = 27.64%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A06E80 (or 0xA06E80) is known color: Tapestry. HEX triplet: A0, 6E and 80. RGB value is (160,110,128). Sum of RGB (Red+Green+Blue) = 160+110+128=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06E80 is #5F917F. Grayscale: #7E7E7E. Windows color (decimal): -6263168 or 8416928. OLE color: 8416928.

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

Color convert

RGB 160 110 128 -
CMYK 0 0.31 0.20 0.37
HSL 338.4º 0.21% 0.53% -
HSV(B) 338.4º 0.31% 0.63% -
XYZ 23.97 20.18 23.05 -
YUV 127 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 160 110 128 0 0.31 0.20 0.37 338.4 0.21 0.53
Hex A0 6E 80 0 1F 14 25 152 15 35
Octal 240 156 200 0 37 24 45 522 25 65
Binary 10100000 1101110 10000000 0 11111 10100 100101 101010010 10101 110101

Color Harmonies of #A06E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06E80

Black with #A06E80

Text Example


Text Example

White with #A06E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06E80; }

 p { color: rgb(160,110,128); }

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

background-color css

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

 a { background-color: rgb(160,110,128); }

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

border-color css

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

 span { border-color: rgb(160,110,128); }

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