Shades of Tapestry #AF748A
Tints of Tapestry #AF748A
RGB
CMYK
RGB Variations
Color information
#AF748A (or 0xAF748A) is known color: Tapestry. HEX triplet: AF, 74 and 8A. RGB value is (175,116,138). Sum of RGB (Red+Green+Blue) = 175+116+138=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF748A is #508B75. Grayscale: #888888. Windows color (decimal): -5278582 or 9073839. OLE color: 9073839.
HSL color Cylindrical-coordinate representation of color #AF748A: hue angle of 337.63º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF748A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 138 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.31 |
| HSL | 337.63º | 0.27% | 0.57% | - |
| HSV(B) | 337.63º | 0.34% | 0.69% | - |
| XYZ | 28.51 | 23.44 | 27.07 | - |
| YUV | 136.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 138 | 0 | 0.34 | 0.21 | 0.31 | 337.63 | 0.27 | 0.57 |
| Hex | AF | 74 | 8A | 0 | 22 | 15 | 1F | 152 | 1B | 39 |
| Octal | 257 | 164 | 212 | 0 | 42 | 25 | 37 | 522 | 33 | 71 |
| Binary | 10101111 | 1110100 | 10001010 | 0 | 100010 | 10101 | 11111 | 101010010 | 11011 | 111001 |
Color Harmonies of #AF748A
Complementary color
Monochromatic Colors of #AF748A
Black with #AF748A
Text Example
Text Example
White with #AF748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF748A; }
p { color: rgb(175,116,138); }
H1.HeaderClassName
{
color: #AF748A;
}
.AnyTagClassName
{
color: #AF748A;
}
</style>
background-color css
<style>
a { background-color: #AF748A; }
a { background-color: rgb(175,116,138); }
div.DivClassName
{
background-color: #AF748A;
}
.BgClassName
{
background-color: #AF748A;
}
</style>
border-color css
<style>
span { border-color: #AF748A; }
span { border-color: rgb(175,116,138); }
td.TdClassName
{
border-color: #AF748A;
}
.TagClassName
{
border-color: #AF748A;
}
</style>