Shades of Tapestry #AF7F90
Tints of Tapestry #AF7F90
RGB
CMYK
RGB Variations
Color information
#AF7F90 (or 0xAF7F90) is known color: Tapestry. HEX triplet: AF, 7F and 90. RGB value is (175,127,144). Sum of RGB (Red+Green+Blue) = 175+127+144=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F90 is #50806F. Grayscale: #8F8F8F. Windows color (decimal): -5275760 or 9469871. OLE color: 9469871.
HSL color Cylindrical-coordinate representation of color #AF7F90: hue angle of 338.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F90 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 144 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.31 |
| HSL | 338.75º | 0.23% | 0.59% | - |
| HSV(B) | 338.75º | 0.27% | 0.69% | - |
| XYZ | 30.3 | 26.31 | 29.87 | - |
| YUV | 143.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 144 | 0 | 0.27 | 0.18 | 0.31 | 338.75 | 0.23 | 0.59 |
| Hex | AF | 7F | 90 | 0 | 1B | 12 | 1F | 153 | 17 | 3B |
| Octal | 257 | 177 | 220 | 0 | 33 | 22 | 37 | 523 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10010000 | 0 | 11011 | 10010 | 11111 | 101010011 | 10111 | 111011 |
Color Harmonies of #AF7F90
Complementary color
Monochromatic Colors of #AF7F90
Black with #AF7F90
Text Example
Text Example
White with #AF7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F90; }
p { color: rgb(175,127,144); }
H1.HeaderClassName
{
color: #AF7F90;
}
.AnyTagClassName
{
color: #AF7F90;
}
</style>
background-color css
<style>
a { background-color: #AF7F90; }
a { background-color: rgb(175,127,144); }
div.DivClassName
{
background-color: #AF7F90;
}
.BgClassName
{
background-color: #AF7F90;
}
</style>
border-color css
<style>
span { border-color: #AF7F90; }
span { border-color: rgb(175,127,144); }
td.TdClassName
{
border-color: #AF7F90;
}
.TagClassName
{
border-color: #AF7F90;
}
</style>