Shades of Gull Grey #A2ADB4
Tints of Gull Grey #A2ADB4
RGB
CMYK
RGB Variations
Color information
#A2ADB4 (or 0xA2ADB4) is known color: Gull Grey. HEX triplet: A2, AD and B4. RGB value is (162,173,180). Sum of RGB (Red+Green+Blue) = 162+173+180=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADB4 is #5D524B. Grayscale: #AAAAAA. Windows color (decimal): -6115916 or 11840930. OLE color: 11840930.
HSL color Cylindrical-coordinate representation of color #A2ADB4: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2ADB4 is Cyan = 0.1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 173 | 180 | - |
| CMYK | 0.1 | 0.04 | 0 | 0.29 |
| HSL | 203.33º | 0.11% | 0.67% | - |
| HSV(B) | 203.33º | 0.1% | 0.71% | - |
| XYZ | 38.08 | 40.86 | 49.06 | - |
| YUV | 170.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 180 | 0.1 | 0.04 | 0 | 0.29 | 203.33 | 0.11 | 0.67 |
| Hex | A2 | AD | B4 | A | 4 | 0 | 1D | CB | B | 43 |
| Octal | 242 | 255 | 264 | 12 | 4 | 0 | 35 | 313 | 13 | 103 |
| Binary | 10100010 | 10101101 | 10110100 | 1010 | 100 | 0 | 11101 | 11001011 | 1011 | 1000011 |
Color Harmonies of #A2ADB4
Complementary color
Monochromatic Colors of #A2ADB4
Black with #A2ADB4
Text Example
Text Example
White with #A2ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADB4; }
p { color: rgb(162,173,180); }
H1.HeaderClassName
{
color: #A2ADB4;
}
.AnyTagClassName
{
color: #A2ADB4;
}
</style>
background-color css
<style>
a { background-color: #A2ADB4; }
a { background-color: rgb(162,173,180); }
div.DivClassName
{
background-color: #A2ADB4;
}
.BgClassName
{
background-color: #A2ADB4;
}
</style>
border-color css
<style>
span { border-color: #A2ADB4; }
span { border-color: rgb(162,173,180); }
td.TdClassName
{
border-color: #A2ADB4;
}
.TagClassName
{
border-color: #A2ADB4;
}
</style>