Shades of Gull Grey #A2ADAF
Tints of Gull Grey #A2ADAF
RGB
CMYK
RGB Variations
Color information
#A2ADAF (or 0xA2ADAF) is known color: Gull Grey. HEX triplet: A2, AD and AF. RGB value is (162,173,175). Sum of RGB (Red+Green+Blue) = 162+173+175=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 175 - color contains mainly: blue. Hex color #A2ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADAF is #5D5250. Grayscale: #A9A9A9. Windows color (decimal): -6115921 or 11513250. OLE color: 11513250.
HSL color Cylindrical-coordinate representation of color #A2ADAF: hue angle of 189.23º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2ADAF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 173 | 175 | - |
CMYK | 0.07 | 0.01 | 0 | 0.31 |
HSL | 189.23º | 0.08% | 0.66% | - |
HSV(B) | 189.23º | 0.07% | 0.69% | - |
XYZ | 37.58 | 40.66 | 46.43 | - |
YUV | 169.94 | 130.86 | 122.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 173 | 175 | 0.07 | 0.01 | 0 | 0.31 | 189.23 | 0.08 | 0.66 |
Hex | A2 | AD | AF | 7 | 1 | 0 | 1F | BD | 8 | 42 |
Octal | 242 | 255 | 257 | 7 | 1 | 0 | 37 | 275 | 10 | 102 |
Binary | 10100010 | 10101101 | 10101111 | 111 | 1 | 0 | 11111 | 10111101 | 1000 | 1000010 |
Color Harmonies of #A2ADAF
Complementary color
Monochromatic Colors of #A2ADAF
Black with #A2ADAF
Text Example
Text Example
White with #A2ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADAF; }
p { color: rgb(162,173,175); }
H1.HeaderClassName
{
color: #A2ADAF;
}
.AnyTagClassName
{
color: #A2ADAF;
}
</style>
background-color css
<style>
a { background-color: #A2ADAF; }
a { background-color: rgb(162,173,175); }
div.DivClassName
{
background-color: #A2ADAF;
}
.BgClassName
{
background-color: #A2ADAF;
}
</style>
border-color css
<style>
span { border-color: #A2ADAF; }
span { border-color: rgb(162,173,175); }
td.TdClassName
{
border-color: #A2ADAF;
}
.TagClassName
{
border-color: #A2ADAF;
}
</style>