Shades of Ziggurat #90AAAB
Tints of Ziggurat #90AAAB
RGB
CMYK
RGB Variations
Color information
#90AAAB (or 0x90AAAB) is known color: Ziggurat. HEX triplet: 90, AA and AB. RGB value is (144,170,171). Sum of RGB (Red+Green+Blue) = 144+170+171=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #90AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAAB is #6F5554. Grayscale: #A2A2A2. Windows color (decimal): -7296341 or 11250320. OLE color: 11250320.
HSL color Cylindrical-coordinate representation of color #90AAAB: hue angle of 182.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90AAAB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 171 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.33 |
| HSL | 182.22º | 0.14% | 0.62% | - |
| HSV(B) | 182.22º | 0.16% | 0.67% | - |
| XYZ | 33.23 | 37.62 | 44.04 | - |
| YUV | 162.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 171 | 0.16 | 0.01 | 0 | 0.33 | 182.22 | 0.14 | 0.62 |
| Hex | 90 | AA | AB | 10 | 1 | 0 | 21 | B6 | E | 3E |
| Octal | 220 | 252 | 253 | 20 | 1 | 0 | 41 | 266 | 16 | 76 |
| Binary | 10010000 | 10101010 | 10101011 | 10000 | 1 | 0 | 100001 | 10110110 | 1110 | 111110 |
Color Harmonies of #90AAAB
Complementary color
Monochromatic Colors of #90AAAB
Black with #90AAAB
Text Example
Text Example
White with #90AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAAB; }
p { color: rgb(144,170,171); }
H1.HeaderClassName
{
color: #90AAAB;
}
.AnyTagClassName
{
color: #90AAAB;
}
</style>
background-color css
<style>
a { background-color: #90AAAB; }
a { background-color: rgb(144,170,171); }
div.DivClassName
{
background-color: #90AAAB;
}
.BgClassName
{
background-color: #90AAAB;
}
</style>
border-color css
<style>
span { border-color: #90AAAB; }
span { border-color: rgb(144,170,171); }
td.TdClassName
{
border-color: #90AAAB;
}
.TagClassName
{
border-color: #90AAAB;
}
</style>