Shades of Clay Creek #8A8157
Tints of Clay Creek #8A8157
RGB
CMYK
RGB Variations
Color information
#8A8157 (or 0x8A8157) is known color: Clay Creek. HEX triplet: 8A, 81 and 57. RGB value is (138,129,87). Sum of RGB (Red+Green+Blue) = 138+129+87=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8157 is #757EA8. Grayscale: #7F7F7F. Windows color (decimal): -7700137 or 5734794. OLE color: 5734794.
HSL color Cylindrical-coordinate representation of color #8A8157: hue angle of 49.41º 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 #8A8157 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 87 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.46 |
| HSL | 49.41º | 0.23% | 0.44% | - |
| HSV(B) | 49.41º | 0.37% | 0.54% | - |
| XYZ | 20.05 | 21.79 | 12.17 | - |
| YUV | 126.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 87 | 0 | 0.07 | 0.37 | 0.46 | 49.41 | 0.23 | 0.44 |
| Hex | 8A | 81 | 57 | 0 | 7 | 25 | 2E | 31 | 17 | 2C |
| Octal | 212 | 201 | 127 | 0 | 7 | 45 | 56 | 61 | 27 | 54 |
| Binary | 10001010 | 10000001 | 1010111 | 0 | 111 | 100101 | 101110 | 110001 | 10111 | 101100 |
Color Harmonies of #8A8157
Complementary color
Monochromatic Colors of #8A8157
Black with #8A8157
Text Example
Text Example
White with #8A8157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8157; }
p { color: rgb(138,129,87); }
H1.HeaderClassName
{
color: #8A8157;
}
.AnyTagClassName
{
color: #8A8157;
}
</style>
background-color css
<style>
a { background-color: #8A8157; }
a { background-color: rgb(138,129,87); }
div.DivClassName
{
background-color: #8A8157;
}
.BgClassName
{
background-color: #8A8157;
}
</style>
border-color css
<style>
span { border-color: #8A8157; }
span { border-color: rgb(138,129,87); }
td.TdClassName
{
border-color: #8A8157;
}
.TagClassName
{
border-color: #8A8157;
}
</style>