Html Css Color HEX #A56E80 Tapestry

📋 copy color: '#A56E80'

red 165 ◦ green 110 ◦ blue 128

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

Shades of Tapestry #A56E80

Tints of Tapestry #A56E80

RGB

 RED value IS 165 (64.84% from 255) = 40.94%

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

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

R = 40.94%
G = 27.3%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56E80 (or 0xA56E80) is known color: Tapestry. HEX triplet: A5, 6E and 80. RGB value is (165,110,128). Sum of RGB (Red+Green+Blue) = 165+110+128=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E80 is #5A917F. Grayscale: #808080. Windows color (decimal): -5935488 or 8416933. OLE color: 8416933.

HSL color Cylindrical-coordinate representation of color #A56E80: hue angle of 340.36º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A56E80 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 110 128 -
CMYK 0 0.33 0.22 0.35
HSL 340.36º 0.23% 0.54% -
HSV(B) 340.36º 0.33% 0.65% -
XYZ 24.99 20.71 23.1 -
YUV 128.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 165 110 128 0 0.33 0.22 0.35 340.36 0.23 0.54
Hex A5 6E 80 0 21 16 23 154 17 36
Octal 245 156 200 0 41 26 43 524 27 66
Binary 10100101 1101110 10000000 0 100001 10110 100011 101010100 10111 110110

Color Harmonies of #A56E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E80

Black with #A56E80

Text Example


Text Example

White with #A56E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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