Html Css Color HEX #AB707D Tapestry

📋 copy color: '#AB707D'

red 171 ◦ green 112 ◦ blue 125

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

Shades of Tapestry #AB707D

Tints of Tapestry #AB707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 41.91%
G = 27.45%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB707D (or 0xAB707D) is known color: Tapestry. HEX triplet: AB, 70 and 7D. RGB value is (171,112,125). Sum of RGB (Red+Green+Blue) = 171+112+125=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707D is #548F82. Grayscale: #838383. Windows color (decimal): -5541763 or 8220843. OLE color: 8220843.

HSL color Cylindrical-coordinate representation of color #AB707D: hue angle of 346.78º 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 #AB707D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 125 -
CMYK 0 0.35 0.27 0.33
HSL 346.78º 0.26% 0.55% -
HSV(B) 346.78º 0.35% 0.67% -
XYZ 26.29 21.73 22.21 -
YUV 131.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 171 112 125 0 0.35 0.27 0.33 346.78 0.26 0.55
Hex AB 70 7D 0 23 1B 21 15B 1A 37
Octal 253 160 175 0 43 33 41 533 32 67
Binary 10101011 1110000 1111101 0 100011 11011 100001 101011011 11010 110111

Color Harmonies of #AB707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB707D

Black with #AB707D

Text Example


Text Example

White with #AB707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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