Html Css Color HEX #A56780 Tapestry

📋 copy color: '#A56780'

red 165 ◦ green 103 ◦ blue 128

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

Shades of Tapestry #A56780

Tints of Tapestry #A56780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

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

R = 41.67%
G = 26.01%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56780 (or 0xA56780) is known color: Tapestry. HEX triplet: A5, 67 and 80. RGB value is (165,103,128). Sum of RGB (Red+Green+Blue) = 165+103+128=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A56780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56780 is #5A987F. Grayscale: #7C7C7C. Windows color (decimal): -5937280 or 8415141. OLE color: 8415141.

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

Color convert

RGB 165 103 128 -
CMYK 0 0.38 0.22 0.35
HSL 335.81º 0.26% 0.53% -
HSV(B) 335.81º 0.38% 0.65% -
XYZ 24.26 19.26 22.86 -
YUV 124.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 165 103 128 0 0.38 0.22 0.35 335.81 0.26 0.53
Hex A5 67 80 0 26 16 23 150 1A 35
Octal 245 147 200 0 46 26 43 520 32 65
Binary 10100101 1100111 10000000 0 100110 10110 100011 101010000 11010 110101

Color Harmonies of #A56780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56780

Black with #A56780

Text Example


Text Example

White with #A56780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56780; }

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

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

background-color css

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

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

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

border-color css

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

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

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