Shades of Ziggurat #8FAAAA
Tints of Ziggurat #8FAAAA
RGB
CMYK
RGB Variations
Color information
#8FAAAA (or 0x8FAAAA) is known color: Ziggurat. HEX triplet: 8F, AA and AA. RGB value is (143,170,170). Sum of RGB (Red+Green+Blue) = 143+170+170=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #8FAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAAA is #705555. Grayscale: #A1A1A1. Windows color (decimal): -7361878 or 11184783. OLE color: 11184783.
HSL color Cylindrical-coordinate representation of color #8FAAAA: hue angle of 180º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FAAAA is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 170 | - |
| CMYK | 0.16 | 0 | 0 | 0.33 |
| HSL | 180º | 0.14% | 0.61% | - |
| HSV(B) | 180º | 0.16% | 0.67% | - |
| XYZ | 32.96 | 37.49 | 43.53 | - |
| YUV | 161.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 170 | 0.16 | 0 | 0 | 0.33 | 180 | 0.14 | 0.61 |
| Hex | 8F | AA | AA | 10 | 0 | 0 | 21 | B4 | E | 3D |
| Octal | 217 | 252 | 252 | 20 | 0 | 0 | 41 | 264 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10101010 | 10000 | 0 | 0 | 100001 | 10110100 | 1110 | 111101 |
Color Harmonies of #8FAAAA
Complementary color
Monochromatic Colors of #8FAAAA
Black with #8FAAAA
Text Example
Text Example
White with #8FAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAAAA; }
p { color: rgb(143,170,170); }
H1.HeaderClassName
{
color: #8FAAAA;
}
.AnyTagClassName
{
color: #8FAAAA;
}
</style>
background-color css
<style>
a { background-color: #8FAAAA; }
a { background-color: rgb(143,170,170); }
div.DivClassName
{
background-color: #8FAAAA;
}
.BgClassName
{
background-color: #8FAAAA;
}
</style>
border-color css
<style>
span { border-color: #8FAAAA; }
span { border-color: rgb(143,170,170); }
td.TdClassName
{
border-color: #8FAAAA;
}
.TagClassName
{
border-color: #8FAAAA;
}
</style>