Html Css Color HEX #AB6D7F Tapestry

📋 copy color: '#AB6D7F'

red 171 ◦ green 109 ◦ blue 127

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

Shades of Tapestry #AB6D7F

Tints of Tapestry #AB6D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 42.01%
G = 26.78%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB6D7F (or 0xAB6D7F) is known color: Tapestry. HEX triplet: AB, 6D and 7F. RGB value is (171,109,127). Sum of RGB (Red+Green+Blue) = 171+109+127=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D7F is #549280. Grayscale: #818181. Windows color (decimal): -5542529 or 8351147. OLE color: 8351147.

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

Color convert

RGB 171 109 127 -
CMYK 0 0.36 0.26 0.33
HSL 342.58º 0.27% 0.55% -
HSV(B) 342.58º 0.36% 0.67% -
XYZ 26.09 21.13 22.78 -
YUV 129.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 171 109 127 0 0.36 0.26 0.33 342.58 0.27 0.55
Hex AB 6D 7F 0 24 1A 21 157 1B 37
Octal 253 155 177 0 44 32 41 527 33 67
Binary 10101011 1101101 1111111 0 100100 11010 100001 101010111 11011 110111

Color Harmonies of #AB6D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6D7F

Black with #AB6D7F

Text Example


Text Example

White with #AB6D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6D7F; }

 p { color: rgb(171,109,127); }

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

background-color css

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

 a { background-color: rgb(171,109,127); }

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

border-color css

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

 span { border-color: rgb(171,109,127); }

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