Html Css Color HEX #A56A7E Tapestry

📋 copy color: '#A56A7E'

red 165 ◦ green 106 ◦ blue 126

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

Shades of Tapestry #A56A7E

Tints of Tapestry #A56A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 41.56%
G = 26.7%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A56A7E (or 0xA56A7E) is known color: Tapestry. HEX triplet: A5, 6A and 7E. RGB value is (165,106,126). Sum of RGB (Red+Green+Blue) = 165+106+126=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A7E is #5A9581. Grayscale: #7D7D7D. Windows color (decimal): -5936514 or 8284837. OLE color: 8284837.

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

Color convert

RGB 165 106 126 -
CMYK 0 0.36 0.24 0.35
HSL 339.66º 0.25% 0.53% -
HSV(B) 339.66º 0.36% 0.65% -
XYZ 24.44 19.81 22.28 -
YUV 125.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 165 106 126 0 0.36 0.24 0.35 339.66 0.25 0.53
Hex A5 6A 7E 0 24 18 23 154 19 35
Octal 245 152 176 0 44 30 43 524 31 65
Binary 10100101 1101010 1111110 0 100100 11000 100011 101010100 11001 110101

Color Harmonies of #A56A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A7E

Black with #A56A7E

Text Example


Text Example

White with #A56A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A7E; }

 p { color: rgb(165,106,126); }

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

background-color css

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

 a { background-color: rgb(165,106,126); }

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

border-color css

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

 span { border-color: rgb(165,106,126); }

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