Shades of Ziggurat #90ABAC
Tints of Ziggurat #90ABAC
RGB
CMYK
RGB Variations
Color information
#90ABAC (or 0x90ABAC) is known color: Ziggurat. HEX triplet: 90, AB and AC. RGB value is (144,171,172). Sum of RGB (Red+Green+Blue) = 144+171+172=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #90ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAC is #6F5453. Grayscale: #A3A3A3. Windows color (decimal): -7296084 or 11316112. OLE color: 11316112.
HSL color Cylindrical-coordinate representation of color #90ABAC: hue angle of 182.14º 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 #90ABAC is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 172 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.33 |
| HSL | 182.14º | 0.14% | 0.62% | - |
| HSV(B) | 182.14º | 0.16% | 0.67% | - |
| XYZ | 33.51 | 38.03 | 44.6 | - |
| YUV | 163.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 172 | 0.16 | 0.01 | 0 | 0.33 | 182.14 | 0.14 | 0.62 |
| Hex | 90 | AB | AC | 10 | 1 | 0 | 21 | B6 | E | 3E |
| Octal | 220 | 253 | 254 | 20 | 1 | 0 | 41 | 266 | 16 | 76 |
| Binary | 10010000 | 10101011 | 10101100 | 10000 | 1 | 0 | 100001 | 10110110 | 1110 | 111110 |
Color Harmonies of #90ABAC
Complementary color
Monochromatic Colors of #90ABAC
Black with #90ABAC
Text Example
Text Example
White with #90ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABAC; }
p { color: rgb(144,171,172); }
H1.HeaderClassName
{
color: #90ABAC;
}
.AnyTagClassName
{
color: #90ABAC;
}
</style>
background-color css
<style>
a { background-color: #90ABAC; }
a { background-color: rgb(144,171,172); }
div.DivClassName
{
background-color: #90ABAC;
}
.BgClassName
{
background-color: #90ABAC;
}
</style>
border-color css
<style>
span { border-color: #90ABAC; }
span { border-color: rgb(144,171,172); }
td.TdClassName
{
border-color: #90ABAC;
}
.TagClassName
{
border-color: #90ABAC;
}
</style>