Shades of Tower Grey #90B2A2
Tints of Tower Grey #90B2A2
RGB
CMYK
RGB Variations
Color information
#90B2A2 (or 0x90B2A2) is known color: Tower Grey. HEX triplet: 90, B2 and A2. RGB value is (144,178,162). Sum of RGB (Red+Green+Blue) = 144+178+162=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #90B2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B2A2 is #6F4D5D. Grayscale: #A6A6A6. Windows color (decimal): -7294302 or 10662544. OLE color: 10662544.
HSL color Cylindrical-coordinate representation of color #90B2A2: hue angle of 151.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90B2A2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 162 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.30 |
| HSL | 151.76º | 0.18% | 0.63% | - |
| HSV(B) | 151.76º | 0.19% | 0.7% | - |
| XYZ | 33.94 | 40.38 | 40.19 | - |
| YUV | 166.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 162 | 0.19 | 0 | 0.09 | 0.30 | 151.76 | 0.18 | 0.63 |
| Hex | 90 | B2 | A2 | 13 | 0 | 9 | 1E | 98 | 12 | 3F |
| Octal | 220 | 262 | 242 | 23 | 0 | 11 | 36 | 230 | 22 | 77 |
| Binary | 10010000 | 10110010 | 10100010 | 10011 | 0 | 1001 | 11110 | 10011000 | 10010 | 111111 |
Color Harmonies of #90B2A2
Complementary color
Monochromatic Colors of #90B2A2
Black with #90B2A2
Text Example
Text Example
White with #90B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B2A2; }
p { color: rgb(144,178,162); }
H1.HeaderClassName
{
color: #90B2A2;
}
.AnyTagClassName
{
color: #90B2A2;
}
</style>
background-color css
<style>
a { background-color: #90B2A2; }
a { background-color: rgb(144,178,162); }
div.DivClassName
{
background-color: #90B2A2;
}
.BgClassName
{
background-color: #90B2A2;
}
</style>
border-color css
<style>
span { border-color: #90B2A2; }
span { border-color: rgb(144,178,162); }
td.TdClassName
{
border-color: #90B2A2;
}
.TagClassName
{
border-color: #90B2A2;
}
</style>