Html Css Color HEX #AB7A8D Tapestry

📋 copy color: '#AB7A8D'

red 171 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #AB7A8D

Tints of Tapestry #AB7A8D

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

 GREEN value IS 122 (48.05% from 255) = 28.11%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 39.4%
G = 28.11%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB7A8D (or 0xAB7A8D) is known color: Tapestry. HEX triplet: AB, 7A and 8D. RGB value is (171,122,141). Sum of RGB (Red+Green+Blue) = 171+122+141=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A8D is #548572. Grayscale: #8A8A8A. Windows color (decimal): -5539187 or 9271979. OLE color: 9271979.

HSL color Cylindrical-coordinate representation of color #AB7A8D: hue angle of 336.73º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A8D is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 141 -
CMYK 0 0.29 0.18 0.33
HSL 336.73º 0.23% 0.57% -
HSV(B) 336.73º 0.29% 0.67% -
XYZ 28.56 24.5 28.42 -
YUV 138.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 171 122 141 0 0.29 0.18 0.33 336.73 0.23 0.57
Hex AB 7A 8D 0 1D 12 21 151 17 39
Octal 253 172 215 0 35 22 41 521 27 71
Binary 10101011 1111010 10001101 0 11101 10010 100001 101010001 10111 111001

Color Harmonies of #AB7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A8D

Black with #AB7A8D

Text Example


Text Example

White with #AB7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A8D; }

 p { color: rgb(171,122,141); }

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

background-color css

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

 a { background-color: rgb(171,122,141); }

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

border-color css

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

 span { border-color: rgb(171,122,141); }

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