Shades of Clay Creek #8A8156
Tints of Clay Creek #8A8156
RGB
CMYK
RGB Variations
Color information
#8A8156 (or 0x8A8156) is known color: Clay Creek. HEX triplet: 8A, 81 and 56. RGB value is (138,129,86). Sum of RGB (Red+Green+Blue) = 138+129+86=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8156 is #757EA9. Grayscale: #7E7E7E. Windows color (decimal): -7700138 or 5669258. OLE color: 5669258.
HSL color Cylindrical-coordinate representation of color #8A8156: hue angle of 49.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8156 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 86 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.46 |
| HSL | 49.62º | 0.23% | 0.44% | - |
| HSV(B) | 49.62º | 0.38% | 0.54% | - |
| XYZ | 20.01 | 21.78 | 11.95 | - |
| YUV | 126.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 86 | 0 | 0.07 | 0.38 | 0.46 | 49.62 | 0.23 | 0.44 |
| Hex | 8A | 81 | 56 | 0 | 7 | 26 | 2E | 32 | 17 | 2C |
| Octal | 212 | 201 | 126 | 0 | 7 | 46 | 56 | 62 | 27 | 54 |
| Binary | 10001010 | 10000001 | 1010110 | 0 | 111 | 100110 | 101110 | 110010 | 10111 | 101100 |
Color Harmonies of #8A8156
Complementary color
Monochromatic Colors of #8A8156
Black with #8A8156
Text Example
Text Example
White with #8A8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8156; }
p { color: rgb(138,129,86); }
H1.HeaderClassName
{
color: #8A8156;
}
.AnyTagClassName
{
color: #8A8156;
}
</style>
background-color css
<style>
a { background-color: #8A8156; }
a { background-color: rgb(138,129,86); }
div.DivClassName
{
background-color: #8A8156;
}
.BgClassName
{
background-color: #8A8156;
}
</style>
border-color css
<style>
span { border-color: #8A8156; }
span { border-color: rgb(138,129,86); }
td.TdClassName
{
border-color: #8A8156;
}
.TagClassName
{
border-color: #8A8156;
}
</style>