Shades of Gull Grey #A2ABAC
Tints of Gull Grey #A2ABAC
RGB
CMYK
RGB Variations
Color information
#A2ABAC (or 0xA2ABAC) is known color: Gull Grey. HEX triplet: A2, AB and AC. RGB value is (162,171,172). Sum of RGB (Red+Green+Blue) = 162+171+172=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 172 - color contains mainly: blue. Hex color #A2ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ABAC is #5D5453. Grayscale: #A8A8A8. Windows color (decimal): -6116436 or 11316130. OLE color: 11316130.
HSL color Cylindrical-coordinate representation of color #A2ABAC: hue angle of 186º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ABAC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 171 | 172 | - |
CMYK | 0.06 | 0.01 | 0 | 0.33 |
HSL | 186º | 0.06% | 0.65% | - |
HSV(B) | 186º | 0.06% | 0.67% | - |
XYZ | 36.91 | 39.79 | 44.76 | - |
YUV | 168.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 172 | 0.06 | 0.01 | 0 | 0.33 | 186 | 0.06 | 0.65 |
Hex | A2 | AB | AC | 6 | 1 | 0 | 21 | BA | 6 | 41 |
Octal | 242 | 253 | 254 | 6 | 1 | 0 | 41 | 272 | 6 | 101 |
Binary | 10100010 | 10101011 | 10101100 | 110 | 1 | 0 | 100001 | 10111010 | 110 | 1000001 |
Color Harmonies of #A2ABAC
Complementary color
Monochromatic Colors of #A2ABAC
Black with #A2ABAC
Text Example
Text Example
White with #A2ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ABAC; }
p { color: rgb(162,171,172); }
H1.HeaderClassName
{
color: #A2ABAC;
}
.AnyTagClassName
{
color: #A2ABAC;
}
</style>
background-color css
<style>
a { background-color: #A2ABAC; }
a { background-color: rgb(162,171,172); }
div.DivClassName
{
background-color: #A2ABAC;
}
.BgClassName
{
background-color: #A2ABAC;
}
</style>
border-color css
<style>
span { border-color: #A2ABAC; }
span { border-color: rgb(162,171,172); }
td.TdClassName
{
border-color: #A2ABAC;
}
.TagClassName
{
border-color: #A2ABAC;
}
</style>