Html Css Color HEX #A56881 Tapestry

📋 copy color: '#A56881'

red 165 ◦ green 104 ◦ blue 129

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

Shades of Tapestry #A56881

Tints of Tapestry #A56881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.13%

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 41.46%
G = 26.13%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A56881 (or 0xA56881) is known color: Tapestry. HEX triplet: A5, 68 and 81. RGB value is (165,104,129). Sum of RGB (Red+Green+Blue) = 165+104+129=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A56881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56881 is #5A977E. Grayscale: #7D7D7D. Windows color (decimal): -5937023 or 8480933. OLE color: 8480933.

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

Color convert

RGB 165 104 129 -
CMYK 0 0.37 0.22 0.35
HSL 335.41º 0.25% 0.53% -
HSV(B) 335.41º 0.37% 0.65% -
XYZ 24.43 19.48 23.24 -
YUV 125.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 165 104 129 0 0.37 0.22 0.35 335.41 0.25 0.53
Hex A5 68 81 0 25 16 23 14F 19 35
Octal 245 150 201 0 45 26 43 517 31 65
Binary 10100101 1101000 10000001 0 100101 10110 100011 101001111 11001 110101

Color Harmonies of #A56881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56881

Black with #A56881

Text Example


Text Example

White with #A56881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56881; }

 p { color: rgb(165,104,129); }

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

background-color css

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

 a { background-color: rgb(165,104,129); }

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

border-color css

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

 span { border-color: rgb(165,104,129); }

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