Shades of Ziggurat #8FACAB
Tints of Ziggurat #8FACAB
RGB
CMYK
RGB Variations
Color information
#8FACAB (or 0x8FACAB) is known color: Ziggurat. HEX triplet: 8F, AC and AB. RGB value is (143,172,171). Sum of RGB (Red+Green+Blue) = 143+172+171=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACAB is #705354. Grayscale: #A3A3A3. Windows color (decimal): -7361365 or 11250831. OLE color: 11250831.
HSL color Cylindrical-coordinate representation of color #8FACAB: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FACAB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 171 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.33 |
| HSL | 177.93º | 0.15% | 0.62% | - |
| HSV(B) | 177.93º | 0.17% | 0.67% | - |
| XYZ | 33.43 | 38.28 | 44.16 | - |
| YUV | 163.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 171 | 0.17 | 0 | 0.01 | 0.33 | 177.93 | 0.15 | 0.62 |
| Hex | 8F | AC | AB | 11 | 0 | 1 | 21 | B2 | F | 3E |
| Octal | 217 | 254 | 253 | 21 | 0 | 1 | 41 | 262 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10101011 | 10001 | 0 | 1 | 100001 | 10110010 | 1111 | 111110 |
Color Harmonies of #8FACAB
Complementary color
Monochromatic Colors of #8FACAB
Black with #8FACAB
Text Example
Text Example
White with #8FACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACAB; }
p { color: rgb(143,172,171); }
H1.HeaderClassName
{
color: #8FACAB;
}
.AnyTagClassName
{
color: #8FACAB;
}
</style>
background-color css
<style>
a { background-color: #8FACAB; }
a { background-color: rgb(143,172,171); }
div.DivClassName
{
background-color: #8FACAB;
}
.BgClassName
{
background-color: #8FACAB;
}
</style>
border-color css
<style>
span { border-color: #8FACAB; }
span { border-color: rgb(143,172,171); }
td.TdClassName
{
border-color: #8FACAB;
}
.TagClassName
{
border-color: #8FACAB;
}
</style>