Shades of Tapestry #AE828B
Tints of Tapestry #AE828B
RGB
CMYK
RGB Variations
Color information
#AE828B (or 0xAE828B) is known color: Tapestry. HEX triplet: AE, 82 and 8B. RGB value is (174,130,139). Sum of RGB (Red+Green+Blue) = 174+130+139=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828B is #517D74. Grayscale: #909090. Windows color (decimal): -5340533 or 9142958. OLE color: 9142958.
HSL color Cylindrical-coordinate representation of color #AE828B: hue angle of 347.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE828B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 139 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.32 |
| HSL | 347.73º | 0.21% | 0.6% | - |
| HSV(B) | 347.73º | 0.25% | 0.68% | - |
| XYZ | 30.1 | 26.83 | 28.02 | - |
| YUV | 144.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 139 | 0 | 0.25 | 0.20 | 0.32 | 347.73 | 0.21 | 0.6 |
| Hex | AE | 82 | 8B | 0 | 19 | 14 | 20 | 15C | 15 | 3C |
| Octal | 256 | 202 | 213 | 0 | 31 | 24 | 40 | 534 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10001011 | 0 | 11001 | 10100 | 100000 | 101011100 | 10101 | 111100 |
Color Harmonies of #AE828B
Complementary color
Monochromatic Colors of #AE828B
Black with #AE828B
Text Example
Text Example
White with #AE828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE828B; }
p { color: rgb(174,130,139); }
H1.HeaderClassName
{
color: #AE828B;
}
.AnyTagClassName
{
color: #AE828B;
}
</style>
background-color css
<style>
a { background-color: #AE828B; }
a { background-color: rgb(174,130,139); }
div.DivClassName
{
background-color: #AE828B;
}
.BgClassName
{
background-color: #AE828B;
}
</style>
border-color css
<style>
span { border-color: #AE828B; }
span { border-color: rgb(174,130,139); }
td.TdClassName
{
border-color: #AE828B;
}
.TagClassName
{
border-color: #AE828B;
}
</style>