Shades of Tapestry #AF758B
Tints of Tapestry #AF758B
RGB
CMYK
RGB Variations
Color information
#AF758B (or 0xAF758B) is known color: Tapestry. HEX triplet: AF, 75 and 8B. RGB value is (175,117,139). Sum of RGB (Red+Green+Blue) = 175+117+139=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758B is #508A74. Grayscale: #888888. Windows color (decimal): -5278325 or 9139631. OLE color: 9139631.
HSL color Cylindrical-coordinate representation of color #AF758B: hue angle of 337.24º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF758B is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 139 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.31 |
| HSL | 337.24º | 0.27% | 0.57% | - |
| HSV(B) | 337.24º | 0.33% | 0.69% | - |
| XYZ | 28.7 | 23.7 | 27.49 | - |
| YUV | 136.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 139 | 0 | 0.33 | 0.21 | 0.31 | 337.24 | 0.27 | 0.57 |
| Hex | AF | 75 | 8B | 0 | 21 | 15 | 1F | 151 | 1B | 39 |
| Octal | 257 | 165 | 213 | 0 | 41 | 25 | 37 | 521 | 33 | 71 |
| Binary | 10101111 | 1110101 | 10001011 | 0 | 100001 | 10101 | 11111 | 101010001 | 11011 | 111001 |
Color Harmonies of #AF758B
Complementary color
Monochromatic Colors of #AF758B
Black with #AF758B
Text Example
Text Example
White with #AF758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF758B; }
p { color: rgb(175,117,139); }
H1.HeaderClassName
{
color: #AF758B;
}
.AnyTagClassName
{
color: #AF758B;
}
</style>
background-color css
<style>
a { background-color: #AF758B; }
a { background-color: rgb(175,117,139); }
div.DivClassName
{
background-color: #AF758B;
}
.BgClassName
{
background-color: #AF758B;
}
</style>
border-color css
<style>
span { border-color: #AF758B; }
span { border-color: rgb(175,117,139); }
td.TdClassName
{
border-color: #AF758B;
}
.TagClassName
{
border-color: #AF758B;
}
</style>