Shades of Tapestry #AF7D90
Tints of Tapestry #AF7D90
RGB
CMYK
RGB Variations
Color information
#AF7D90 (or 0xAF7D90) is known color: Tapestry. HEX triplet: AF, 7D and 90. RGB value is (175,125,144). Sum of RGB (Red+Green+Blue) = 175+125+144=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7D90 is #50826F. Grayscale: #8E8E8E. Windows color (decimal): -5276272 or 9469359. OLE color: 9469359.
HSL color Cylindrical-coordinate representation of color #AF7D90: hue angle of 337.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7D90 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 144 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.31 |
| HSL | 337.2º | 0.24% | 0.59% | - |
| HSV(B) | 337.2º | 0.29% | 0.69% | - |
| XYZ | 30.05 | 25.79 | 29.78 | - |
| YUV | 142.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 144 | 0 | 0.29 | 0.18 | 0.31 | 337.2 | 0.24 | 0.59 |
| Hex | AF | 7D | 90 | 0 | 1D | 12 | 1F | 151 | 18 | 3B |
| Octal | 257 | 175 | 220 | 0 | 35 | 22 | 37 | 521 | 30 | 73 |
| Binary | 10101111 | 1111101 | 10010000 | 0 | 11101 | 10010 | 11111 | 101010001 | 11000 | 111011 |
Color Harmonies of #AF7D90
Complementary color
Monochromatic Colors of #AF7D90
Black with #AF7D90
Text Example
Text Example
White with #AF7D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D90; }
p { color: rgb(175,125,144); }
H1.HeaderClassName
{
color: #AF7D90;
}
.AnyTagClassName
{
color: #AF7D90;
}
</style>
background-color css
<style>
a { background-color: #AF7D90; }
a { background-color: rgb(175,125,144); }
div.DivClassName
{
background-color: #AF7D90;
}
.BgClassName
{
background-color: #AF7D90;
}
</style>
border-color css
<style>
span { border-color: #AF7D90; }
span { border-color: rgb(175,125,144); }
td.TdClassName
{
border-color: #AF7D90;
}
.TagClassName
{
border-color: #AF7D90;
}
</style>