Shades of Clay Creek #8A8556
Tints of Clay Creek #8A8556
RGB
CMYK
RGB Variations
Color information
#8A8556 (or 0x8A8556) is known color: Clay Creek. HEX triplet: 8A, 85 and 56. RGB value is (138,133,86). Sum of RGB (Red+Green+Blue) = 138+133+86=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8556 is #757AA9. Grayscale: #818181. Windows color (decimal): -7699114 or 5670282. OLE color: 5670282.
HSL color Cylindrical-coordinate representation of color #8A8556: hue angle of 54.23º 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 #8A8556 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 86 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.46 |
| HSL | 54.23º | 0.23% | 0.44% | - |
| HSV(B) | 54.23º | 0.38% | 0.54% | - |
| XYZ | 20.55 | 22.85 | 12.13 | - |
| YUV | 129.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 86 | 0 | 0.04 | 0.38 | 0.46 | 54.23 | 0.23 | 0.44 |
| Hex | 8A | 85 | 56 | 0 | 4 | 26 | 2E | 36 | 17 | 2C |
| Octal | 212 | 205 | 126 | 0 | 4 | 46 | 56 | 66 | 27 | 54 |
| Binary | 10001010 | 10000101 | 1010110 | 0 | 100 | 100110 | 101110 | 110110 | 10111 | 101100 |
Color Harmonies of #8A8556
Complementary color
Monochromatic Colors of #8A8556
Black with #8A8556
Text Example
Text Example
White with #8A8556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8556; }
p { color: rgb(138,133,86); }
H1.HeaderClassName
{
color: #8A8556;
}
.AnyTagClassName
{
color: #8A8556;
}
</style>
background-color css
<style>
a { background-color: #8A8556; }
a { background-color: rgb(138,133,86); }
div.DivClassName
{
background-color: #8A8556;
}
.BgClassName
{
background-color: #8A8556;
}
</style>
border-color css
<style>
span { border-color: #8A8556; }
span { border-color: rgb(138,133,86); }
td.TdClassName
{
border-color: #8A8556;
}
.TagClassName
{
border-color: #8A8556;
}
</style>