Shades of Tumbleweed #D7AA8A
Tints of Tumbleweed #D7AA8A
RGB
CMYK
RGB Variations
Color information
#D7AA8A (or 0xD7AA8A) is known color: Tumbleweed. HEX triplet: D7, AA and 8A. RGB value is (215,170,138). Sum of RGB (Red+Green+Blue) = 215+170+138=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA8A is #285575. Grayscale: #B3B3B3. Windows color (decimal): -2643318 or 9087703. OLE color: 9087703.
HSL color Cylindrical-coordinate representation of color #D7AA8A: hue angle of 24.94º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7AA8A is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 138 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.16 |
| HSL | 24.94º | 0.49% | 0.69% | - |
| HSV(B) | 24.94º | 0.36% | 0.84% | - |
| XYZ | 46.99 | 45.03 | 30.26 | - |
| YUV | 179.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 138 | 0 | 0.21 | 0.36 | 0.16 | 24.94 | 0.49 | 0.69 |
| Hex | D7 | AA | 8A | 0 | 15 | 24 | 10 | 19 | 31 | 45 |
| Octal | 327 | 252 | 212 | 0 | 25 | 44 | 20 | 31 | 61 | 105 |
| Binary | 11010111 | 10101010 | 10001010 | 0 | 10101 | 100100 | 10000 | 11001 | 110001 | 1000101 |
Color Harmonies of #D7AA8A
Complementary color
Monochromatic Colors of #D7AA8A
Black with #D7AA8A
Text Example
Text Example
White with #D7AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA8A; }
p { color: rgb(215,170,138); }
H1.HeaderClassName
{
color: #D7AA8A;
}
.AnyTagClassName
{
color: #D7AA8A;
}
</style>
background-color css
<style>
a { background-color: #D7AA8A; }
a { background-color: rgb(215,170,138); }
div.DivClassName
{
background-color: #D7AA8A;
}
.BgClassName
{
background-color: #D7AA8A;
}
</style>
border-color css
<style>
span { border-color: #D7AA8A; }
span { border-color: rgb(215,170,138); }
td.TdClassName
{
border-color: #D7AA8A;
}
.TagClassName
{
border-color: #D7AA8A;
}
</style>