Shades of Clay Creek #8A8154
Tints of Clay Creek #8A8154
RGB
CMYK
RGB Variations
Color information
#8A8154 (or 0x8A8154) is known color: Clay Creek. HEX triplet: 8A, 81 and 54. RGB value is (138,129,84). Sum of RGB (Red+Green+Blue) = 138+129+84=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8154 is #757EAB. Grayscale: #7E7E7E. Windows color (decimal): -7700140 or 5538186. OLE color: 5538186.
HSL color Cylindrical-coordinate representation of color #8A8154: hue angle of 50º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A8154 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 84 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.46 |
| HSL | 50º | 0.24% | 0.44% | - |
| HSV(B) | 50º | 0.39% | 0.54% | - |
| XYZ | 19.93 | 21.74 | 11.53 | - |
| YUV | 126.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 84 | 0 | 0.07 | 0.39 | 0.46 | 50 | 0.24 | 0.44 |
| Hex | 8A | 81 | 54 | 0 | 7 | 27 | 2E | 32 | 18 | 2C |
| Octal | 212 | 201 | 124 | 0 | 7 | 47 | 56 | 62 | 30 | 54 |
| Binary | 10001010 | 10000001 | 1010100 | 0 | 111 | 100111 | 101110 | 110010 | 11000 | 101100 |
Color Harmonies of #8A8154
Complementary color
Monochromatic Colors of #8A8154
Black with #8A8154
Text Example
Text Example
White with #8A8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8154; }
p { color: rgb(138,129,84); }
H1.HeaderClassName
{
color: #8A8154;
}
.AnyTagClassName
{
color: #8A8154;
}
</style>
background-color css
<style>
a { background-color: #8A8154; }
a { background-color: rgb(138,129,84); }
div.DivClassName
{
background-color: #8A8154;
}
.BgClassName
{
background-color: #8A8154;
}
</style>
border-color css
<style>
span { border-color: #8A8154; }
span { border-color: rgb(138,129,84); }
td.TdClassName
{
border-color: #8A8154;
}
.TagClassName
{
border-color: #8A8154;
}
</style>