Shades of Clay Creek #8A8457
Tints of Clay Creek #8A8457
RGB
CMYK
RGB Variations
Color information
#8A8457 (or 0x8A8457) is known color: Clay Creek. HEX triplet: 8A, 84 and 57. RGB value is (138,132,87). Sum of RGB (Red+Green+Blue) = 138+132+87=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8457 is #757BA8. Grayscale: #808080. Windows color (decimal): -7699369 or 5735562. OLE color: 5735562.
HSL color Cylindrical-coordinate representation of color #8A8457: hue angle of 52.94º 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 #8A8457 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 87 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.46 |
| HSL | 52.94º | 0.23% | 0.44% | - |
| HSV(B) | 52.94º | 0.37% | 0.54% | - |
| XYZ | 20.45 | 22.59 | 12.3 | - |
| YUV | 128.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 87 | 0 | 0.04 | 0.37 | 0.46 | 52.94 | 0.23 | 0.44 |
| Hex | 8A | 84 | 57 | 0 | 4 | 25 | 2E | 35 | 17 | 2C |
| Octal | 212 | 204 | 127 | 0 | 4 | 45 | 56 | 65 | 27 | 54 |
| Binary | 10001010 | 10000100 | 1010111 | 0 | 100 | 100101 | 101110 | 110101 | 10111 | 101100 |
Color Harmonies of #8A8457
Complementary color
Monochromatic Colors of #8A8457
Black with #8A8457
Text Example
Text Example
White with #8A8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8457; }
p { color: rgb(138,132,87); }
H1.HeaderClassName
{
color: #8A8457;
}
.AnyTagClassName
{
color: #8A8457;
}
</style>
background-color css
<style>
a { background-color: #8A8457; }
a { background-color: rgb(138,132,87); }
div.DivClassName
{
background-color: #8A8457;
}
.BgClassName
{
background-color: #8A8457;
}
</style>
border-color css
<style>
span { border-color: #8A8457; }
span { border-color: rgb(138,132,87); }
td.TdClassName
{
border-color: #8A8457;
}
.TagClassName
{
border-color: #8A8457;
}
</style>