Shades of Tapestry #AF828A
Tints of Tapestry #AF828A
RGB
CMYK
RGB Variations
Color information
#AF828A (or 0xAF828A) is known color: Tapestry. HEX triplet: AF, 82 and 8A. RGB value is (175,130,138). Sum of RGB (Red+Green+Blue) = 175+130+138=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF828A is #507D75. Grayscale: #909090. Windows color (decimal): -5274998 or 9077423. OLE color: 9077423.
HSL color Cylindrical-coordinate representation of color #AF828A: hue angle of 349.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF828A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 138 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.31 |
| HSL | 349.33º | 0.22% | 0.6% | - |
| HSV(B) | 349.33º | 0.26% | 0.69% | - |
| XYZ | 30.25 | 26.91 | 27.65 | - |
| YUV | 144.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 138 | 0 | 0.26 | 0.21 | 0.31 | 349.33 | 0.22 | 0.6 |
| Hex | AF | 82 | 8A | 0 | 1A | 15 | 1F | 15D | 16 | 3C |
| Octal | 257 | 202 | 212 | 0 | 32 | 25 | 37 | 535 | 26 | 74 |
| Binary | 10101111 | 10000010 | 10001010 | 0 | 11010 | 10101 | 11111 | 101011101 | 10110 | 111100 |
Color Harmonies of #AF828A
Complementary color
Monochromatic Colors of #AF828A
Black with #AF828A
Text Example
Text Example
White with #AF828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF828A; }
p { color: rgb(175,130,138); }
H1.HeaderClassName
{
color: #AF828A;
}
.AnyTagClassName
{
color: #AF828A;
}
</style>
background-color css
<style>
a { background-color: #AF828A; }
a { background-color: rgb(175,130,138); }
div.DivClassName
{
background-color: #AF828A;
}
.BgClassName
{
background-color: #AF828A;
}
</style>
border-color css
<style>
span { border-color: #AF828A; }
span { border-color: rgb(175,130,138); }
td.TdClassName
{
border-color: #AF828A;
}
.TagClassName
{
border-color: #AF828A;
}
</style>