Shades of Tapestry #AB6B7B
Tints of Tapestry #AB6B7B
RGB
CMYK
RGB Variations
Color information
#AB6B7B (or 0xAB6B7B) is known color: Tapestry. HEX triplet: AB, 6B and 7B. RGB value is (171,107,123). Sum of RGB (Red+Green+Blue) = 171+107+123=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B7B is #549484. Grayscale: #7F7F7F. Windows color (decimal): -5543045 or 8088491. OLE color: 8088491.
HSL color Cylindrical-coordinate representation of color #AB6B7B: hue angle of 345º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B7B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 107 | 123 | - |
CMYK | 0 | 0.37 | 0.28 | 0.33 |
HSL | 345º | 0.28% | 0.55% | - |
HSV(B) | 345º | 0.37% | 0.67% | - |
XYZ | 25.63 | 20.6 | 21.37 | - |
YUV | 127.96 | 125.2 | 158.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 107 | 123 | 0 | 0.37 | 0.28 | 0.33 | 345 | 0.28 | 0.55 |
Hex | AB | 6B | 7B | 0 | 25 | 1C | 21 | 159 | 1C | 37 |
Octal | 253 | 153 | 173 | 0 | 45 | 34 | 41 | 531 | 34 | 67 |
Binary | 10101011 | 1101011 | 1111011 | 0 | 100101 | 11100 | 100001 | 101011001 | 11100 | 110111 |
Color Harmonies of #AB6B7B
Complementary color
Monochromatic Colors of #AB6B7B
Black with #AB6B7B
Text Example
Text Example
White with #AB6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B7B; }
p { color: rgb(171,107,123); }
H1.HeaderClassName
{
color: #AB6B7B;
}
.AnyTagClassName
{
color: #AB6B7B;
}
</style>
background-color css
<style>
a { background-color: #AB6B7B; }
a { background-color: rgb(171,107,123); }
div.DivClassName
{
background-color: #AB6B7B;
}
.BgClassName
{
background-color: #AB6B7B;
}
</style>
border-color css
<style>
span { border-color: #AB6B7B; }
span { border-color: rgb(171,107,123); }
td.TdClassName
{
border-color: #AB6B7B;
}
.TagClassName
{
border-color: #AB6B7B;
}
</style>