Shades of Sand Dune #8A7567
Tints of Sand Dune #8A7567
RGB
CMYK
RGB Variations
Color information
#8A7567 (or 0x8A7567) is known color: Sand Dune. HEX triplet: 8A, 75 and 67. RGB value is (138,117,103). Sum of RGB (Red+Green+Blue) = 138+117+103=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7567 is #758A98. Grayscale: #797979. Windows color (decimal): -7703193 or 6780298. OLE color: 6780298.
HSL color Cylindrical-coordinate representation of color #8A7567: hue angle of 24º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7567 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 103 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.46 |
| HSL | 24º | 0.15% | 0.47% | - |
| HSV(B) | 24º | 0.25% | 0.54% | - |
| XYZ | 19.29 | 19.11 | 15.5 | - |
| YUV | 121.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 103 | 0 | 0.15 | 0.25 | 0.46 | 24 | 0.15 | 0.47 |
| Hex | 8A | 75 | 67 | 0 | F | 19 | 2E | 18 | F | 2F |
| Octal | 212 | 165 | 147 | 0 | 17 | 31 | 56 | 30 | 17 | 57 |
| Binary | 10001010 | 1110101 | 1100111 | 0 | 1111 | 11001 | 101110 | 11000 | 1111 | 101111 |
Color Harmonies of #8A7567
Complementary color
Monochromatic Colors of #8A7567
Black with #8A7567
Text Example
Text Example
White with #8A7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7567; }
p { color: rgb(138,117,103); }
H1.HeaderClassName
{
color: #8A7567;
}
.AnyTagClassName
{
color: #8A7567;
}
</style>
background-color css
<style>
a { background-color: #8A7567; }
a { background-color: rgb(138,117,103); }
div.DivClassName
{
background-color: #8A7567;
}
.BgClassName
{
background-color: #8A7567;
}
</style>
border-color css
<style>
span { border-color: #8A7567; }
span { border-color: rgb(138,117,103); }
td.TdClassName
{
border-color: #8A7567;
}
.TagClassName
{
border-color: #8A7567;
}
</style>