Html Css Color HEX #AB708E Tapestry

📋 copy color: '#AB708E'

red 171 ◦ green 112 ◦ blue 142

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

Shades of Tapestry #AB708E

Tints of Tapestry #AB708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 40.24%
G = 26.35%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB708E (or 0xAB708E) is known color: Tapestry. HEX triplet: AB, 70 and 8E. RGB value is (171,112,142). Sum of RGB (Red+Green+Blue) = 171+112+142=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB708E is #548F71. Grayscale: #858585. Windows color (decimal): -5541746 or 9334955. OLE color: 9334955.

HSL color Cylindrical-coordinate representation of color #AB708E: hue angle of 329.49º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB708E is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 142 -
CMYK 0 0.35 0.17 0.33
HSL 329.49º 0.26% 0.55% -
HSV(B) 329.49º 0.35% 0.67% -
XYZ 27.47 22.2 28.43 -
YUV 133.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 171 112 142 0 0.35 0.17 0.33 329.49 0.26 0.55
Hex AB 70 8E 0 23 11 21 149 1A 37
Octal 253 160 216 0 43 21 41 511 32 67
Binary 10101011 1110000 10001110 0 100011 10001 100001 101001001 11010 110111

Color Harmonies of #AB708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB708E

Black with #AB708E

Text Example


Text Example

White with #AB708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB708E; }

 p { color: rgb(171,112,142); }

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

background-color css

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

 a { background-color: rgb(171,112,142); }

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

border-color css

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

 span { border-color: rgb(171,112,142); }

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