Shades of Tapestry #AF7B84
Tints of Tapestry #AF7B84
RGB
CMYK
RGB Variations
Color information
#AF7B84 (or 0xAF7B84) is known color: Tapestry. HEX triplet: AF, 7B and 84. RGB value is (175,123,132). Sum of RGB (Red+Green+Blue) = 175+123+132=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B84 is #50847B. Grayscale: #8B8B8B. Windows color (decimal): -5276796 or 8682415. OLE color: 8682415.
HSL color Cylindrical-coordinate representation of color #AF7B84: hue angle of 349.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B84 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 132 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.31 |
| HSL | 349.62º | 0.25% | 0.58% | - |
| HSV(B) | 349.62º | 0.3% | 0.69% | - |
| XYZ | 28.93 | 24.95 | 25.12 | - |
| YUV | 139.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 132 | 0 | 0.30 | 0.25 | 0.31 | 349.62 | 0.25 | 0.58 |
| Hex | AF | 7B | 84 | 0 | 1E | 19 | 1F | 15E | 19 | 3A |
| Octal | 257 | 173 | 204 | 0 | 36 | 31 | 37 | 536 | 31 | 72 |
| Binary | 10101111 | 1111011 | 10000100 | 0 | 11110 | 11001 | 11111 | 101011110 | 11001 | 111010 |
Color Harmonies of #AF7B84
Complementary color
Monochromatic Colors of #AF7B84
Black with #AF7B84
Text Example
Text Example
White with #AF7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B84; }
p { color: rgb(175,123,132); }
H1.HeaderClassName
{
color: #AF7B84;
}
.AnyTagClassName
{
color: #AF7B84;
}
</style>
background-color css
<style>
a { background-color: #AF7B84; }
a { background-color: rgb(175,123,132); }
div.DivClassName
{
background-color: #AF7B84;
}
.BgClassName
{
background-color: #AF7B84;
}
</style>
border-color css
<style>
span { border-color: #AF7B84; }
span { border-color: rgb(175,123,132); }
td.TdClassName
{
border-color: #AF7B84;
}
.TagClassName
{
border-color: #AF7B84;
}
</style>