Shades of Clay Creek #8A8455
Tints of Clay Creek #8A8455
RGB
CMYK
RGB Variations
Color information
#8A8455 (or 0x8A8455) is known color: Clay Creek. HEX triplet: 8A, 84 and 55. RGB value is (138,132,85). Sum of RGB (Red+Green+Blue) = 138+132+85=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8455 is #757BAA. Grayscale: #808080. Windows color (decimal): -7699371 or 5604490. OLE color: 5604490.
HSL color Cylindrical-coordinate representation of color #8A8455: hue angle of 53.21º degrees, saturation: 0.24, 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 #8A8455 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 85 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.46 |
| HSL | 53.21º | 0.24% | 0.44% | - |
| HSV(B) | 53.21º | 0.38% | 0.54% | - |
| XYZ | 20.37 | 22.56 | 11.88 | - |
| YUV | 128.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 85 | 0 | 0.04 | 0.38 | 0.46 | 53.21 | 0.24 | 0.44 |
| Hex | 8A | 84 | 55 | 0 | 4 | 26 | 2E | 35 | 18 | 2C |
| Octal | 212 | 204 | 125 | 0 | 4 | 46 | 56 | 65 | 30 | 54 |
| Binary | 10001010 | 10000100 | 1010101 | 0 | 100 | 100110 | 101110 | 110101 | 11000 | 101100 |
Color Harmonies of #8A8455
Complementary color
Monochromatic Colors of #8A8455
Black with #8A8455
Text Example
Text Example
White with #8A8455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8455; }
p { color: rgb(138,132,85); }
H1.HeaderClassName
{
color: #8A8455;
}
.AnyTagClassName
{
color: #8A8455;
}
</style>
background-color css
<style>
a { background-color: #8A8455; }
a { background-color: rgb(138,132,85); }
div.DivClassName
{
background-color: #8A8455;
}
.BgClassName
{
background-color: #8A8455;
}
</style>
border-color css
<style>
span { border-color: #8A8455; }
span { border-color: rgb(138,132,85); }
td.TdClassName
{
border-color: #8A8455;
}
.TagClassName
{
border-color: #8A8455;
}
</style>