Shades of Clay Creek #8A8152
Tints of Clay Creek #8A8152
RGB
CMYK
RGB Variations
Color information
#8A8152 (or 0x8A8152) is known color: Clay Creek. HEX triplet: 8A, 81 and 52. RGB value is (138,129,82). Sum of RGB (Red+Green+Blue) = 138+129+82=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8152 is #757EAD. Grayscale: #7E7E7E. Windows color (decimal): -7700142 or 5407114. OLE color: 5407114.
HSL color Cylindrical-coordinate representation of color #8A8152: hue angle of 50.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A8152 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 82 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.46 |
| HSL | 50.36º | 0.25% | 0.43% | - |
| HSV(B) | 50.36º | 0.41% | 0.54% | - |
| XYZ | 19.85 | 21.71 | 11.13 | - |
| YUV | 126.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 82 | 0 | 0.07 | 0.41 | 0.46 | 50.36 | 0.25 | 0.43 |
| Hex | 8A | 81 | 52 | 0 | 7 | 29 | 2E | 32 | 19 | 2B |
| Octal | 212 | 201 | 122 | 0 | 7 | 51 | 56 | 62 | 31 | 53 |
| Binary | 10001010 | 10000001 | 1010010 | 0 | 111 | 101001 | 101110 | 110010 | 11001 | 101011 |
Color Harmonies of #8A8152
Complementary color
Monochromatic Colors of #8A8152
Black with #8A8152
Text Example
Text Example
White with #8A8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8152; }
p { color: rgb(138,129,82); }
H1.HeaderClassName
{
color: #8A8152;
}
.AnyTagClassName
{
color: #8A8152;
}
</style>
background-color css
<style>
a { background-color: #8A8152; }
a { background-color: rgb(138,129,82); }
div.DivClassName
{
background-color: #8A8152;
}
.BgClassName
{
background-color: #8A8152;
}
</style>
border-color css
<style>
span { border-color: #8A8152; }
span { border-color: rgb(138,129,82); }
td.TdClassName
{
border-color: #8A8152;
}
.TagClassName
{
border-color: #8A8152;
}
</style>