Html Css Color HEX #AB758C Tapestry

📋 copy color: '#AB758C'

red 171 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #AB758C

Tints of Tapestry #AB758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 140 (55.08% from 255) = 32.71%

R = 39.95%
G = 27.34%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB758C (or 0xAB758C) is known color: Tapestry. HEX triplet: AB, 75 and 8C. RGB value is (171,117,140). Sum of RGB (Red+Green+Blue) = 171+117+140=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB758C is #548A73. Grayscale: #878787. Windows color (decimal): -5540468 or 9205163. OLE color: 9205163.

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

Color convert

RGB 171 117 140 -
CMYK 0 0.32 0.18 0.33
HSL 334.44º 0.24% 0.56% -
HSV(B) 334.44º 0.32% 0.67% -
XYZ 27.89 23.27 27.83 -
YUV 135.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 171 117 140 0 0.32 0.18 0.33 334.44 0.24 0.56
Hex AB 75 8C 0 20 12 21 14E 18 38
Octal 253 165 214 0 40 22 41 516 30 70
Binary 10101011 1110101 10001100 0 100000 10010 100001 101001110 11000 111000

Color Harmonies of #AB758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB758C

Black with #AB758C

Text Example


Text Example

White with #AB758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB758C; }

 p { color: rgb(171,117,140); }

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

background-color css

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

 a { background-color: rgb(171,117,140); }

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

border-color css

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

 span { border-color: rgb(171,117,140); }

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