Shades of Clay Creek #9A8F57
Tints of Clay Creek #9A8F57
RGB
CMYK
RGB Variations
Color information
#9A8F57 (or 0x9A8F57) is known color: Clay Creek. HEX triplet: 9A, 8F and 57. RGB value is (154,143,87). Sum of RGB (Red+Green+Blue) = 154+143+87=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F57 is #6570A8. Grayscale: #8C8C8C. Windows color (decimal): -6647977 or 5738394. OLE color: 5738394.
HSL color Cylindrical-coordinate representation of color #9A8F57: hue angle of 50.15º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8F57 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 87 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.40 |
| HSL | 50.15º | 0.28% | 0.47% | - |
| HSV(B) | 50.15º | 0.44% | 0.6% | - |
| XYZ | 24.87 | 27.2 | 12.96 | - |
| YUV | 139.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 87 | 0 | 0.07 | 0.44 | 0.40 | 50.15 | 0.28 | 0.47 |
| Hex | 9A | 8F | 57 | 0 | 7 | 2C | 28 | 32 | 1C | 2F |
| Octal | 232 | 217 | 127 | 0 | 7 | 54 | 50 | 62 | 34 | 57 |
| Binary | 10011010 | 10001111 | 1010111 | 0 | 111 | 101100 | 101000 | 110010 | 11100 | 101111 |
Color Harmonies of #9A8F57
Complementary color
Monochromatic Colors of #9A8F57
Black with #9A8F57
Text Example
Text Example
White with #9A8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F57; }
p { color: rgb(154,143,87); }
H1.HeaderClassName
{
color: #9A8F57;
}
.AnyTagClassName
{
color: #9A8F57;
}
</style>
background-color css
<style>
a { background-color: #9A8F57; }
a { background-color: rgb(154,143,87); }
div.DivClassName
{
background-color: #9A8F57;
}
.BgClassName
{
background-color: #9A8F57;
}
</style>
border-color css
<style>
span { border-color: #9A8F57; }
span { border-color: rgb(154,143,87); }
td.TdClassName
{
border-color: #9A8F57;
}
.TagClassName
{
border-color: #9A8F57;
}
</style>