Shades of Ziggurat #8FAEAD
Tints of Ziggurat #8FAEAD
RGB
CMYK
RGB Variations
Color information
#8FAEAD (or 0x8FAEAD) is known color: Ziggurat. HEX triplet: 8F, AE and AD. RGB value is (143,174,173). Sum of RGB (Red+Green+Blue) = 143+174+173=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAEAD is #705152. Grayscale: #A4A4A4. Windows color (decimal): -7360851 or 11382415. OLE color: 11382415.
HSL color Cylindrical-coordinate representation of color #8FAEAD: hue angle of 178.06º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAEAD is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 173 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.32 |
| HSL | 178.06º | 0.16% | 0.62% | - |
| HSV(B) | 178.06º | 0.18% | 0.68% | - |
| XYZ | 34.01 | 39.13 | 45.3 | - |
| YUV | 164.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 173 | 0.18 | 0 | 0.01 | 0.32 | 178.06 | 0.16 | 0.62 |
| Hex | 8F | AE | AD | 12 | 0 | 1 | 20 | B2 | 10 | 3E |
| Octal | 217 | 256 | 255 | 22 | 0 | 1 | 40 | 262 | 20 | 76 |
| Binary | 10001111 | 10101110 | 10101101 | 10010 | 0 | 1 | 100000 | 10110010 | 10000 | 111110 |
Color Harmonies of #8FAEAD
Complementary color
Monochromatic Colors of #8FAEAD
Black with #8FAEAD
Text Example
Text Example
White with #8FAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAEAD; }
p { color: rgb(143,174,173); }
H1.HeaderClassName
{
color: #8FAEAD;
}
.AnyTagClassName
{
color: #8FAEAD;
}
</style>
background-color css
<style>
a { background-color: #8FAEAD; }
a { background-color: rgb(143,174,173); }
div.DivClassName
{
background-color: #8FAEAD;
}
.BgClassName
{
background-color: #8FAEAD;
}
</style>
border-color css
<style>
span { border-color: #8FAEAD; }
span { border-color: rgb(143,174,173); }
td.TdClassName
{
border-color: #8FAEAD;
}
.TagClassName
{
border-color: #8FAEAD;
}
</style>