Shades of Ziggurat #8FA0A4
Tints of Ziggurat #8FA0A4
RGB
CMYK
RGB Variations
Color information
#8FA0A4 (or 0x8FA0A4) is known color: Ziggurat. HEX triplet: 8F, A0 and A4. RGB value is (143,160,164). Sum of RGB (Red+Green+Blue) = 143+160+164=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #8FA0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA0A4 is #705F5B. Grayscale: #9B9B9B. Windows color (decimal): -7364444 or 10789007. OLE color: 10789007.
HSL color Cylindrical-coordinate representation of color #8FA0A4: hue angle of 191.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA0A4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 160 | 164 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.36 |
| HSL | 191.43º | 0.1% | 0.6% | - |
| HSV(B) | 191.43º | 0.13% | 0.64% | - |
| XYZ | 30.6 | 33.66 | 40.01 | - |
| YUV | 155.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 164 | 0.13 | 0.02 | 0 | 0.36 | 191.43 | 0.1 | 0.6 |
| Hex | 8F | A0 | A4 | D | 2 | 0 | 24 | BF | A | 3C |
| Octal | 217 | 240 | 244 | 15 | 2 | 0 | 44 | 277 | 12 | 74 |
| Binary | 10001111 | 10100000 | 10100100 | 1101 | 10 | 0 | 100100 | 10111111 | 1010 | 111100 |
Color Harmonies of #8FA0A4
Complementary color
Monochromatic Colors of #8FA0A4
Black with #8FA0A4
Text Example
Text Example
White with #8FA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA0A4; }
p { color: rgb(143,160,164); }
H1.HeaderClassName
{
color: #8FA0A4;
}
.AnyTagClassName
{
color: #8FA0A4;
}
</style>
background-color css
<style>
a { background-color: #8FA0A4; }
a { background-color: rgb(143,160,164); }
div.DivClassName
{
background-color: #8FA0A4;
}
.BgClassName
{
background-color: #8FA0A4;
}
</style>
border-color css
<style>
span { border-color: #8FA0A4; }
span { border-color: rgb(143,160,164); }
td.TdClassName
{
border-color: #8FA0A4;
}
.TagClassName
{
border-color: #8FA0A4;
}
</style>