Shades of Clay Creek #8A8255
Tints of Clay Creek #8A8255
RGB
CMYK
RGB Variations
Color information
#8A8255 (or 0x8A8255) is known color: Clay Creek. HEX triplet: 8A, 82 and 55. RGB value is (138,130,85). Sum of RGB (Red+Green+Blue) = 138+130+85=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8255 is #757DAA. Grayscale: #7F7F7F. Windows color (decimal): -7699883 or 5603978. OLE color: 5603978.
HSL color Cylindrical-coordinate representation of color #8A8255: hue angle of 50.94º 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 #8A8255 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 85 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.46 |
| HSL | 50.94º | 0.24% | 0.44% | - |
| HSV(B) | 50.94º | 0.38% | 0.54% | - |
| XYZ | 20.1 | 22.02 | 11.79 | - |
| YUV | 127.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 85 | 0 | 0.06 | 0.38 | 0.46 | 50.94 | 0.24 | 0.44 |
| Hex | 8A | 82 | 55 | 0 | 6 | 26 | 2E | 33 | 18 | 2C |
| Octal | 212 | 202 | 125 | 0 | 6 | 46 | 56 | 63 | 30 | 54 |
| Binary | 10001010 | 10000010 | 1010101 | 0 | 110 | 100110 | 101110 | 110011 | 11000 | 101100 |
Color Harmonies of #8A8255
Complementary color
Monochromatic Colors of #8A8255
Black with #8A8255
Text Example
Text Example
White with #8A8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8255; }
p { color: rgb(138,130,85); }
H1.HeaderClassName
{
color: #8A8255;
}
.AnyTagClassName
{
color: #8A8255;
}
</style>
background-color css
<style>
a { background-color: #8A8255; }
a { background-color: rgb(138,130,85); }
div.DivClassName
{
background-color: #8A8255;
}
.BgClassName
{
background-color: #8A8255;
}
</style>
border-color css
<style>
span { border-color: #8A8255; }
span { border-color: rgb(138,130,85); }
td.TdClassName
{
border-color: #8A8255;
}
.TagClassName
{
border-color: #8A8255;
}
</style>