Shades of Ziggurat #8FADAD
Tints of Ziggurat #8FADAD
RGB
CMYK
RGB Variations
Color information
#8FADAD (or 0x8FADAD) is known color: Ziggurat. HEX triplet: 8F, AD and AD. RGB value is (143,173,173). Sum of RGB (Red+Green+Blue) = 143+173+173=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #8FADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADAD is #705252. Grayscale: #A4A4A4. Windows color (decimal): -7361107 or 11382159. OLE color: 11382159.
HSL color Cylindrical-coordinate representation of color #8FADAD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FADAD is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 173 | - |
| CMYK | 0.17 | 0 | 0 | 0.32 |
| HSL | 180º | 0.15% | 0.62% | - |
| HSV(B) | 180º | 0.17% | 0.68% | - |
| XYZ | 33.81 | 38.74 | 45.23 | - |
| YUV | 164.03 | 133.06 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 173 | 0.17 | 0 | 0 | 0.32 | 180 | 0.15 | 0.62 |
| Hex | 8F | AD | AD | 11 | 0 | 0 | 20 | B4 | F | 3E |
| Octal | 217 | 255 | 255 | 21 | 0 | 0 | 40 | 264 | 17 | 76 |
| Binary | 10001111 | 10101101 | 10101101 | 10001 | 0 | 0 | 100000 | 10110100 | 1111 | 111110 |
Color Harmonies of #8FADAD
Complementary color
Monochromatic Colors of #8FADAD
Black with #8FADAD
Text Example
Text Example
White with #8FADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADAD; }
p { color: rgb(143,173,173); }
H1.HeaderClassName
{
color: #8FADAD;
}
.AnyTagClassName
{
color: #8FADAD;
}
</style>
background-color css
<style>
a { background-color: #8FADAD; }
a { background-color: rgb(143,173,173); }
div.DivClassName
{
background-color: #8FADAD;
}
.BgClassName
{
background-color: #8FADAD;
}
</style>
border-color css
<style>
span { border-color: #8FADAD; }
span { border-color: rgb(143,173,173); }
td.TdClassName
{
border-color: #8FADAD;
}
.TagClassName
{
border-color: #8FADAD;
}
</style>