Shades of Ziggurat #90A8A9
Tints of Ziggurat #90A8A9
RGB
CMYK
RGB Variations
Color information
#90A8A9 (or 0x90A8A9) is known color: Ziggurat. HEX triplet: 90, A8 and A9. RGB value is (144,168,169). Sum of RGB (Red+Green+Blue) = 144+168+169=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #90A8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A8A9 is #6F5756. Grayscale: #A0A0A0. Windows color (decimal): -7296855 or 11118736. OLE color: 11118736.
HSL color Cylindrical-coordinate representation of color #90A8A9: hue angle of 182.4º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A8A9 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 168 | 169 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.34 |
| HSL | 182.4º | 0.13% | 0.61% | - |
| HSV(B) | 182.4º | 0.15% | 0.66% | - |
| XYZ | 32.67 | 36.8 | 42.92 | - |
| YUV | 160.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 169 | 0.15 | 0.01 | 0 | 0.34 | 182.4 | 0.13 | 0.61 |
| Hex | 90 | A8 | A9 | F | 1 | 0 | 22 | B6 | D | 3D |
| Octal | 220 | 250 | 251 | 17 | 1 | 0 | 42 | 266 | 15 | 75 |
| Binary | 10010000 | 10101000 | 10101001 | 1111 | 1 | 0 | 100010 | 10110110 | 1101 | 111101 |
Color Harmonies of #90A8A9
Complementary color
Monochromatic Colors of #90A8A9
Black with #90A8A9
Text Example
Text Example
White with #90A8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A8A9; }
p { color: rgb(144,168,169); }
H1.HeaderClassName
{
color: #90A8A9;
}
.AnyTagClassName
{
color: #90A8A9;
}
</style>
background-color css
<style>
a { background-color: #90A8A9; }
a { background-color: rgb(144,168,169); }
div.DivClassName
{
background-color: #90A8A9;
}
.BgClassName
{
background-color: #90A8A9;
}
</style>
border-color css
<style>
span { border-color: #90A8A9; }
span { border-color: rgb(144,168,169); }
td.TdClassName
{
border-color: #90A8A9;
}
.TagClassName
{
border-color: #90A8A9;
}
</style>