Shades of Clay Creek #8A8657
Tints of Clay Creek #8A8657
RGB
CMYK
RGB Variations
Color information
#8A8657 (or 0x8A8657) is known color: Clay Creek. HEX triplet: 8A, 86 and 57. RGB value is (138,134,87). Sum of RGB (Red+Green+Blue) = 138+134+87=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8657 is #7579A8. Grayscale: #828282. Windows color (decimal): -7698857 or 5736074. OLE color: 5736074.
HSL color Cylindrical-coordinate representation of color #8A8657: hue angle of 55.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8657 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 87 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.46 |
| HSL | 55.29º | 0.23% | 0.44% | - |
| HSV(B) | 55.29º | 0.37% | 0.54% | - |
| XYZ | 20.73 | 23.14 | 12.39 | - |
| YUV | 129.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 87 | 0 | 0.03 | 0.37 | 0.46 | 55.29 | 0.23 | 0.44 |
| Hex | 8A | 86 | 57 | 0 | 3 | 25 | 2E | 37 | 17 | 2C |
| Octal | 212 | 206 | 127 | 0 | 3 | 45 | 56 | 67 | 27 | 54 |
| Binary | 10001010 | 10000110 | 1010111 | 0 | 11 | 100101 | 101110 | 110111 | 10111 | 101100 |
Color Harmonies of #8A8657
Complementary color
Monochromatic Colors of #8A8657
Black with #8A8657
Text Example
Text Example
White with #8A8657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8657; }
p { color: rgb(138,134,87); }
H1.HeaderClassName
{
color: #8A8657;
}
.AnyTagClassName
{
color: #8A8657;
}
</style>
background-color css
<style>
a { background-color: #8A8657; }
a { background-color: rgb(138,134,87); }
div.DivClassName
{
background-color: #8A8657;
}
.BgClassName
{
background-color: #8A8657;
}
</style>
border-color css
<style>
span { border-color: #8A8657; }
span { border-color: rgb(138,134,87); }
td.TdClassName
{
border-color: #8A8657;
}
.TagClassName
{
border-color: #8A8657;
}
</style>