Shades of Hurricane #8A8481
Tints of Hurricane #8A8481
RGB
CMYK
RGB Variations
Color information
#8A8481 (or 0x8A8481) is known color: Hurricane. HEX triplet: 8A, 84 and 81. RGB value is (138,132,129). Sum of RGB (Red+Green+Blue) = 138+132+129=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8481 is #757B7E. Grayscale: #858585. Windows color (decimal): -7699327 or 8488074. OLE color: 8488074.
HSL color Cylindrical-coordinate representation of color #8A8481: hue angle of 20º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8481 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 129 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.46 |
| HSL | 20º | 0.04% | 0.52% | - |
| HSV(B) | 20º | 0.07% | 0.54% | - |
| XYZ | 22.69 | 23.49 | 24.11 | - |
| YUV | 133.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 129 | 0 | 0.04 | 0.07 | 0.46 | 20 | 0.04 | 0.52 |
| Hex | 8A | 84 | 81 | 0 | 4 | 7 | 2E | 14 | 4 | 34 |
| Octal | 212 | 204 | 201 | 0 | 4 | 7 | 56 | 24 | 4 | 64 |
| Binary | 10001010 | 10000100 | 10000001 | 0 | 100 | 111 | 101110 | 10100 | 100 | 110100 |
Color Harmonies of #8A8481
Complementary color
Monochromatic Colors of #8A8481
Black with #8A8481
Text Example
Text Example
White with #8A8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8481; }
p { color: rgb(138,132,129); }
H1.HeaderClassName
{
color: #8A8481;
}
.AnyTagClassName
{
color: #8A8481;
}
</style>
background-color css
<style>
a { background-color: #8A8481; }
a { background-color: rgb(138,132,129); }
div.DivClassName
{
background-color: #8A8481;
}
.BgClassName
{
background-color: #8A8481;
}
</style>
border-color css
<style>
span { border-color: #8A8481; }
span { border-color: rgb(138,132,129); }
td.TdClassName
{
border-color: #8A8481;
}
.TagClassName
{
border-color: #8A8481;
}
</style>