Html Css Color HEX #AB7D86 Tapestry

📋 copy color: '#AB7D86'

red 171 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #AB7D86

Tints of Tapestry #AB7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 39.77%
G = 29.07%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB7D86 (or 0xAB7D86) is known color: Tapestry. HEX triplet: AB, 7D and 86. RGB value is (171,125,134). Sum of RGB (Red+Green+Blue) = 171+125+134=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D86 is #548279. Grayscale: #8B8B8B. Windows color (decimal): -5538426 or 8813995. OLE color: 8813995.

HSL color Cylindrical-coordinate representation of color #AB7D86: hue angle of 348.26º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D86 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 134 -
CMYK 0 0.27 0.22 0.33
HSL 348.26º 0.21% 0.58% -
HSV(B) 348.26º 0.27% 0.67% -
XYZ 28.43 25.05 25.89 -
YUV 139.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 171 125 134 0 0.27 0.22 0.33 348.26 0.21 0.58
Hex AB 7D 86 0 1B 16 21 15C 15 3A
Octal 253 175 206 0 33 26 41 534 25 72
Binary 10101011 1111101 10000110 0 11011 10110 100001 101011100 10101 111010

Color Harmonies of #AB7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D86

Black with #AB7D86

Text Example


Text Example

White with #AB7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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