Shades of Gull Grey #A2ADB5
Tints of Gull Grey #A2ADB5
RGB
CMYK
RGB Variations
Color information
#A2ADB5 (or 0xA2ADB5) is known color: Gull Grey. HEX triplet: A2, AD and B5. RGB value is (162,173,181). Sum of RGB (Red+Green+Blue) = 162+173+181=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #A2ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADB5 is #5D524A. Grayscale: #AAAAAA. Windows color (decimal): -6115915 or 11906466. OLE color: 11906466.
HSL color Cylindrical-coordinate representation of color #A2ADB5: hue angle of 205.26º 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 #A2ADB5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 173 | 181 | - |
CMYK | 0.10 | 0.04 | 0 | 0.29 |
HSL | 205.26º | 0.11% | 0.67% | - |
HSV(B) | 205.26º | 0.1% | 0.71% | - |
XYZ | 38.18 | 40.9 | 49.6 | - |
YUV | 170.62 | 133.86 | 121.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 173 | 181 | 0.10 | 0.04 | 0 | 0.29 | 205.26 | 0.11 | 0.67 |
Hex | A2 | AD | B5 | A | 4 | 0 | 1D | CD | B | 43 |
Octal | 242 | 255 | 265 | 12 | 4 | 0 | 35 | 315 | 13 | 103 |
Binary | 10100010 | 10101101 | 10110101 | 1010 | 100 | 0 | 11101 | 11001101 | 1011 | 1000011 |
Color Harmonies of #A2ADB5
Complementary color
Monochromatic Colors of #A2ADB5
Black with #A2ADB5
Text Example
Text Example
White with #A2ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADB5; }
p { color: rgb(162,173,181); }
H1.HeaderClassName
{
color: #A2ADB5;
}
.AnyTagClassName
{
color: #A2ADB5;
}
</style>
background-color css
<style>
a { background-color: #A2ADB5; }
a { background-color: rgb(162,173,181); }
div.DivClassName
{
background-color: #A2ADB5;
}
.BgClassName
{
background-color: #A2ADB5;
}
</style>
border-color css
<style>
span { border-color: #A2ADB5; }
span { border-color: rgb(162,173,181); }
td.TdClassName
{
border-color: #A2ADB5;
}
.TagClassName
{
border-color: #A2ADB5;
}
</style>