Shades of Gull Grey #A2ADB3
Tints of Gull Grey #A2ADB3
RGB
CMYK
RGB Variations
Color information
#A2ADB3 (or 0xA2ADB3) is known color: Gull Grey. HEX triplet: A2, AD and B3. RGB value is (162,173,179). Sum of RGB (Red+Green+Blue) = 162+173+179=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #A2ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADB3 is #5D524C. Grayscale: #AAAAAA. Windows color (decimal): -6115917 or 11775394. OLE color: 11775394.
HSL color Cylindrical-coordinate representation of color #A2ADB3: hue angle of 201.18º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2ADB3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 173 | 179 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.30 |
| HSL | 201.18º | 0.1% | 0.67% | - |
| HSV(B) | 201.18º | 0.09% | 0.7% | - |
| XYZ | 37.98 | 40.82 | 48.53 | - |
| YUV | 170.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 179 | 0.09 | 0.03 | 0 | 0.30 | 201.18 | 0.1 | 0.67 |
| Hex | A2 | AD | B3 | 9 | 3 | 0 | 1E | C9 | A | 43 |
| Octal | 242 | 255 | 263 | 11 | 3 | 0 | 36 | 311 | 12 | 103 |
| Binary | 10100010 | 10101101 | 10110011 | 1001 | 11 | 0 | 11110 | 11001001 | 1010 | 1000011 |
Color Harmonies of #A2ADB3
Complementary color
Monochromatic Colors of #A2ADB3
Black with #A2ADB3
Text Example
Text Example
White with #A2ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADB3; }
p { color: rgb(162,173,179); }
H1.HeaderClassName
{
color: #A2ADB3;
}
.AnyTagClassName
{
color: #A2ADB3;
}
</style>
background-color css
<style>
a { background-color: #A2ADB3; }
a { background-color: rgb(162,173,179); }
div.DivClassName
{
background-color: #A2ADB3;
}
.BgClassName
{
background-color: #A2ADB3;
}
</style>
border-color css
<style>
span { border-color: #A2ADB3; }
span { border-color: rgb(162,173,179); }
td.TdClassName
{
border-color: #A2ADB3;
}
.TagClassName
{
border-color: #A2ADB3;
}
</style>