Shades of Ziggurat #90ADAE
Tints of Ziggurat #90ADAE
RGB
CMYK
RGB Variations
Color information
#90ADAE (or 0x90ADAE) is known color: Ziggurat. HEX triplet: 90, AD and AE. RGB value is (144,173,174). Sum of RGB (Red+Green+Blue) = 144+173+174=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ADAE is #6F5251. Grayscale: #A4A4A4. Windows color (decimal): -7295570 or 11447696. OLE color: 11447696.
HSL color Cylindrical-coordinate representation of color #90ADAE: hue angle of 182º degrees, saturation: 0.16, 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 #90ADAE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 173 | 174 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.32 |
| HSL | 182º | 0.16% | 0.62% | - |
| HSV(B) | 182º | 0.17% | 0.68% | - |
| XYZ | 34.09 | 38.87 | 45.75 | - |
| YUV | 164.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 174 | 0.17 | 0.01 | 0 | 0.32 | 182 | 0.16 | 0.62 |
| Hex | 90 | AD | AE | 11 | 1 | 0 | 20 | B6 | 10 | 3E |
| Octal | 220 | 255 | 256 | 21 | 1 | 0 | 40 | 266 | 20 | 76 |
| Binary | 10010000 | 10101101 | 10101110 | 10001 | 1 | 0 | 100000 | 10110110 | 10000 | 111110 |
Color Harmonies of #90ADAE
Complementary color
Monochromatic Colors of #90ADAE
Black with #90ADAE
Text Example
Text Example
White with #90ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADAE; }
p { color: rgb(144,173,174); }
H1.HeaderClassName
{
color: #90ADAE;
}
.AnyTagClassName
{
color: #90ADAE;
}
</style>
background-color css
<style>
a { background-color: #90ADAE; }
a { background-color: rgb(144,173,174); }
div.DivClassName
{
background-color: #90ADAE;
}
.BgClassName
{
background-color: #90ADAE;
}
</style>
border-color css
<style>
span { border-color: #90ADAE; }
span { border-color: rgb(144,173,174); }
td.TdClassName
{
border-color: #90ADAE;
}
.TagClassName
{
border-color: #90ADAE;
}
</style>