Shades of Sand Dune #8A7569
Tints of Sand Dune #8A7569
RGB
CMYK
RGB Variations
Color information
#8A7569 (or 0x8A7569) is known color: Sand Dune. HEX triplet: 8A, 75 and 69. RGB value is (138,117,105). Sum of RGB (Red+Green+Blue) = 138+117+105=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7569 is #758A96. Grayscale: #797979. Windows color (decimal): -7703191 or 6911370. OLE color: 6911370.
HSL color Cylindrical-coordinate representation of color #8A7569: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A7569 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 105 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.46 |
| HSL | 21.82º | 0.14% | 0.48% | - |
| HSV(B) | 21.82º | 0.24% | 0.54% | - |
| XYZ | 19.39 | 19.15 | 16.04 | - |
| YUV | 121.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 105 | 0 | 0.15 | 0.24 | 0.46 | 21.82 | 0.14 | 0.48 |
| Hex | 8A | 75 | 69 | 0 | F | 18 | 2E | 16 | E | 30 |
| Octal | 212 | 165 | 151 | 0 | 17 | 30 | 56 | 26 | 16 | 60 |
| Binary | 10001010 | 1110101 | 1101001 | 0 | 1111 | 11000 | 101110 | 10110 | 1110 | 110000 |
Color Harmonies of #8A7569
Complementary color
Monochromatic Colors of #8A7569
Black with #8A7569
Text Example
Text Example
White with #8A7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7569; }
p { color: rgb(138,117,105); }
H1.HeaderClassName
{
color: #8A7569;
}
.AnyTagClassName
{
color: #8A7569;
}
</style>
background-color css
<style>
a { background-color: #8A7569; }
a { background-color: rgb(138,117,105); }
div.DivClassName
{
background-color: #8A7569;
}
.BgClassName
{
background-color: #8A7569;
}
</style>
border-color css
<style>
span { border-color: #8A7569; }
span { border-color: rgb(138,117,105); }
td.TdClassName
{
border-color: #8A7569;
}
.TagClassName
{
border-color: #8A7569;
}
</style>