Shades of Ziggurat #8FAFAF
Tints of Ziggurat #8FAFAF
RGB
CMYK
RGB Variations
Color information
#8FAFAF (or 0x8FAFAF) is known color: Ziggurat. HEX triplet: 8F, AF and AF. RGB value is (143,175,175). Sum of RGB (Red+Green+Blue) = 143+175+175=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #8FAFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFAF is #705050. Grayscale: #A5A5A5. Windows color (decimal): -7360593 or 11513743. OLE color: 11513743.
HSL color Cylindrical-coordinate representation of color #8FAFAF: hue angle of 180º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFAF is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 175 | - |
| CMYK | 0.18 | 0 | 0 | 0.31 |
| HSL | 180º | 0.17% | 0.62% | - |
| HSV(B) | 180º | 0.18% | 0.69% | - |
| XYZ | 34.4 | 39.59 | 46.39 | - |
| YUV | 165.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 175 | 0.18 | 0 | 0 | 0.31 | 180 | 0.17 | 0.62 |
| Hex | 8F | AF | AF | 12 | 0 | 0 | 1F | B4 | 11 | 3E |
| Octal | 217 | 257 | 257 | 22 | 0 | 0 | 37 | 264 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10101111 | 10010 | 0 | 0 | 11111 | 10110100 | 10001 | 111110 |
Color Harmonies of #8FAFAF
Complementary color
Monochromatic Colors of #8FAFAF
Black with #8FAFAF
Text Example
Text Example
White with #8FAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFAF; }
p { color: rgb(143,175,175); }
H1.HeaderClassName
{
color: #8FAFAF;
}
.AnyTagClassName
{
color: #8FAFAF;
}
</style>
background-color css
<style>
a { background-color: #8FAFAF; }
a { background-color: rgb(143,175,175); }
div.DivClassName
{
background-color: #8FAFAF;
}
.BgClassName
{
background-color: #8FAFAF;
}
</style>
border-color css
<style>
span { border-color: #8FAFAF; }
span { border-color: rgb(143,175,175); }
td.TdClassName
{
border-color: #8FAFAF;
}
.TagClassName
{
border-color: #8FAFAF;
}
</style>