Shades of Tapestry #AF7281
Tints of Tapestry #AF7281
RGB
CMYK
RGB Variations
Color information
#AF7281 (or 0xAF7281) is known color: Tapestry. HEX triplet: AF, 72 and 81. RGB value is (175,114,129). Sum of RGB (Red+Green+Blue) = 175+114+129=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7281 is #508D7E. Grayscale: #858585. Windows color (decimal): -5279103 or 8483503. OLE color: 8483503.
HSL color Cylindrical-coordinate representation of color #AF7281: hue angle of 345.25º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7281 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 129 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.31 |
| HSL | 345.25º | 0.28% | 0.57% | - |
| HSV(B) | 345.25º | 0.35% | 0.69% | - |
| XYZ | 27.66 | 22.73 | 23.7 | - |
| YUV | 133.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 129 | 0 | 0.35 | 0.26 | 0.31 | 345.25 | 0.28 | 0.57 |
| Hex | AF | 72 | 81 | 0 | 23 | 1A | 1F | 159 | 1C | 39 |
| Octal | 257 | 162 | 201 | 0 | 43 | 32 | 37 | 531 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10000001 | 0 | 100011 | 11010 | 11111 | 101011001 | 11100 | 111001 |
Color Harmonies of #AF7281
Complementary color
Monochromatic Colors of #AF7281
Black with #AF7281
Text Example
Text Example
White with #AF7281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7281; }
p { color: rgb(175,114,129); }
H1.HeaderClassName
{
color: #AF7281;
}
.AnyTagClassName
{
color: #AF7281;
}
</style>
background-color css
<style>
a { background-color: #AF7281; }
a { background-color: rgb(175,114,129); }
div.DivClassName
{
background-color: #AF7281;
}
.BgClassName
{
background-color: #AF7281;
}
</style>
border-color css
<style>
span { border-color: #AF7281; }
span { border-color: rgb(175,114,129); }
td.TdClassName
{
border-color: #AF7281;
}
.TagClassName
{
border-color: #AF7281;
}
</style>