Shades of Ziggurat #90A9AB
Tints of Ziggurat #90A9AB
RGB
CMYK
RGB Variations
Color information
#90A9AB (or 0x90A9AB) is known color: Ziggurat. HEX triplet: 90, A9 and AB. RGB value is (144,169,171). Sum of RGB (Red+Green+Blue) = 144+169+171=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A9AB is #6F5654. Grayscale: #A1A1A1. Windows color (decimal): -7296597 or 11250064. OLE color: 11250064.
HSL color Cylindrical-coordinate representation of color #90A9AB: hue angle of 184.44º 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 #90A9AB is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 169 | 171 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.33 |
| HSL | 184.44º | 0.14% | 0.62% | - |
| HSV(B) | 184.44º | 0.16% | 0.67% | - |
| XYZ | 33.04 | 37.25 | 43.98 | - |
| YUV | 161.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 169 | 171 | 0.16 | 0.01 | 0 | 0.33 | 184.44 | 0.14 | 0.62 |
| Hex | 90 | A9 | AB | 10 | 1 | 0 | 21 | B8 | E | 3E |
| Octal | 220 | 251 | 253 | 20 | 1 | 0 | 41 | 270 | 16 | 76 |
| Binary | 10010000 | 10101001 | 10101011 | 10000 | 1 | 0 | 100001 | 10111000 | 1110 | 111110 |
Color Harmonies of #90A9AB
Complementary color
Monochromatic Colors of #90A9AB
Black with #90A9AB
Text Example
Text Example
White with #90A9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A9AB; }
p { color: rgb(144,169,171); }
H1.HeaderClassName
{
color: #90A9AB;
}
.AnyTagClassName
{
color: #90A9AB;
}
</style>
background-color css
<style>
a { background-color: #90A9AB; }
a { background-color: rgb(144,169,171); }
div.DivClassName
{
background-color: #90A9AB;
}
.BgClassName
{
background-color: #90A9AB;
}
</style>
border-color css
<style>
span { border-color: #90A9AB; }
span { border-color: rgb(144,169,171); }
td.TdClassName
{
border-color: #90A9AB;
}
.TagClassName
{
border-color: #90A9AB;
}
</style>