Shades of Clay Creek #8A8256
Tints of Clay Creek #8A8256
RGB
CMYK
RGB Variations
Color information
#8A8256 (or 0x8A8256) is known color: Clay Creek. HEX triplet: 8A, 82 and 56. RGB value is (138,130,86). Sum of RGB (Red+Green+Blue) = 138+130+86=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8256 is #757DA9. Grayscale: #7F7F7F. Windows color (decimal): -7699882 or 5669514. OLE color: 5669514.
HSL color Cylindrical-coordinate representation of color #8A8256: hue angle of 50.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8256 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 86 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.46 |
| HSL | 50.77º | 0.23% | 0.44% | - |
| HSV(B) | 50.77º | 0.38% | 0.54% | - |
| XYZ | 20.14 | 22.04 | 12 | - |
| YUV | 127.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 86 | 0 | 0.06 | 0.38 | 0.46 | 50.77 | 0.23 | 0.44 |
| Hex | 8A | 82 | 56 | 0 | 6 | 26 | 2E | 33 | 17 | 2C |
| Octal | 212 | 202 | 126 | 0 | 6 | 46 | 56 | 63 | 27 | 54 |
| Binary | 10001010 | 10000010 | 1010110 | 0 | 110 | 100110 | 101110 | 110011 | 10111 | 101100 |
Color Harmonies of #8A8256
Complementary color
Monochromatic Colors of #8A8256
Black with #8A8256
Text Example
Text Example
White with #8A8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8256; }
p { color: rgb(138,130,86); }
H1.HeaderClassName
{
color: #8A8256;
}
.AnyTagClassName
{
color: #8A8256;
}
</style>
background-color css
<style>
a { background-color: #8A8256; }
a { background-color: rgb(138,130,86); }
div.DivClassName
{
background-color: #8A8256;
}
.BgClassName
{
background-color: #8A8256;
}
</style>
border-color css
<style>
span { border-color: #8A8256; }
span { border-color: rgb(138,130,86); }
td.TdClassName
{
border-color: #8A8256;
}
.TagClassName
{
border-color: #8A8256;
}
</style>