Html Css Color HEX #A56D80 Tapestry

📋 copy color: '#A56D80'

red 165 ◦ green 109 ◦ blue 128

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

Shades of Tapestry #A56D80

Tints of Tapestry #A56D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 41.04%
G = 27.11%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56D80 (or 0xA56D80) is known color: Tapestry. HEX triplet: A5, 6D and 80. RGB value is (165,109,128). Sum of RGB (Red+Green+Blue) = 165+109+128=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D80 is #5A927F. Grayscale: #7F7F7F. Windows color (decimal): -5935744 or 8416677. OLE color: 8416677.

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

Color convert

RGB 165 109 128 -
CMYK 0 0.34 0.22 0.35
HSL 339.64º 0.24% 0.54% -
HSV(B) 339.64º 0.34% 0.65% -
XYZ 24.88 20.5 23.07 -
YUV 127.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 165 109 128 0 0.34 0.22 0.35 339.64 0.24 0.54
Hex A5 6D 80 0 22 16 23 154 18 36
Octal 245 155 200 0 42 26 43 524 30 66
Binary 10100101 1101101 10000000 0 100010 10110 100011 101010100 11000 110110

Color Harmonies of #A56D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D80

Black with #A56D80

Text Example


Text Example

White with #A56D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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