Shades of Gull Grey #A2AFB4
Tints of Gull Grey #A2AFB4
RGB
CMYK
RGB Variations
Color information
#A2AFB4 (or 0xA2AFB4) is known color: Gull Grey. HEX triplet: A2, AF and B4. RGB value is (162,175,180). Sum of RGB (Red+Green+Blue) = 162+175+180=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #A2AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFB4 is #5D504B. Grayscale: #ABABAB. Windows color (decimal): -6115404 or 11841442. OLE color: 11841442.
HSL color Cylindrical-coordinate representation of color #A2AFB4: hue angle of 196.67º 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 #A2AFB4 is Cyan = 0.1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 175 | 180 | - |
| CMYK | 0.1 | 0.03 | 0 | 0.29 |
| HSL | 196.67º | 0.11% | 0.67% | - |
| HSV(B) | 196.67º | 0.1% | 0.71% | - |
| XYZ | 38.47 | 41.64 | 49.19 | - |
| YUV | 171.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 180 | 0.1 | 0.03 | 0 | 0.29 | 196.67 | 0.11 | 0.67 |
| Hex | A2 | AF | B4 | A | 3 | 0 | 1D | C5 | B | 43 |
| Octal | 242 | 257 | 264 | 12 | 3 | 0 | 35 | 305 | 13 | 103 |
| Binary | 10100010 | 10101111 | 10110100 | 1010 | 11 | 0 | 11101 | 11000101 | 1011 | 1000011 |
Color Harmonies of #A2AFB4
Complementary color
Monochromatic Colors of #A2AFB4
Black with #A2AFB4
Text Example
Text Example
White with #A2AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFB4; }
p { color: rgb(162,175,180); }
H1.HeaderClassName
{
color: #A2AFB4;
}
.AnyTagClassName
{
color: #A2AFB4;
}
</style>
background-color css
<style>
a { background-color: #A2AFB4; }
a { background-color: rgb(162,175,180); }
div.DivClassName
{
background-color: #A2AFB4;
}
.BgClassName
{
background-color: #A2AFB4;
}
</style>
border-color css
<style>
span { border-color: #A2AFB4; }
span { border-color: rgb(162,175,180); }
td.TdClassName
{
border-color: #A2AFB4;
}
.TagClassName
{
border-color: #A2AFB4;
}
</style>