Shades of Tumbleweed #E6AA8A
Tints of Tumbleweed #E6AA8A
RGB
CMYK
RGB Variations
Color information
#E6AA8A (or 0xE6AA8A) is known color: Tumbleweed. HEX triplet: E6, AA and 8A. RGB value is (230,170,138). Sum of RGB (Red+Green+Blue) = 230+170+138=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AA8A is #195575. Grayscale: #B8B8B8. Windows color (decimal): -1660278 or 9087718. OLE color: 9087718.
HSL color Cylindrical-coordinate representation of color #E6AA8A: hue angle of 20.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6AA8A is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 138 | - |
| CMYK | 0 | 0.26 | 0.4 | 0.10 |
| HSL | 20.87º | 0.65% | 0.72% | - |
| HSV(B) | 20.87º | 0.4% | 0.9% | - |
| XYZ | 51.6 | 47.41 | 30.48 | - |
| YUV | 184.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 138 | 0 | 0.26 | 0.4 | 0.10 | 20.87 | 0.65 | 0.72 |
| Hex | E6 | AA | 8A | 0 | 1A | 28 | A | 15 | 41 | 48 |
| Octal | 346 | 252 | 212 | 0 | 32 | 50 | 12 | 25 | 101 | 110 |
| Binary | 11100110 | 10101010 | 10001010 | 0 | 11010 | 101000 | 1010 | 10101 | 1000001 | 1001000 |
Color Harmonies of #E6AA8A
Complementary color
Monochromatic Colors of #E6AA8A
Black with #E6AA8A
Text Example
Text Example
White with #E6AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA8A; }
p { color: rgb(230,170,138); }
H1.HeaderClassName
{
color: #E6AA8A;
}
.AnyTagClassName
{
color: #E6AA8A;
}
</style>
background-color css
<style>
a { background-color: #E6AA8A; }
a { background-color: rgb(230,170,138); }
div.DivClassName
{
background-color: #E6AA8A;
}
.BgClassName
{
background-color: #E6AA8A;
}
</style>
border-color css
<style>
span { border-color: #E6AA8A; }
span { border-color: rgb(230,170,138); }
td.TdClassName
{
border-color: #E6AA8A;
}
.TagClassName
{
border-color: #E6AA8A;
}
</style>