Shades of Gull Grey #ABAEAF
Tints of Gull Grey #ABAEAF
RGB
CMYK
RGB Variations
Color information
#ABAEAF (or 0xABAEAF) is known color: Gull Grey. HEX triplet: AB, AE and AF. RGB value is (171,174,175). Sum of RGB (Red+Green+Blue) = 171+174+175=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 175 - color contains mainly: blue. Hex color #ABAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAF is #545150. Grayscale: #ADADAD. Windows color (decimal): -5525841 or 11513515. OLE color: 11513515.
HSL color Cylindrical-coordinate representation of color #ABAEAF: hue angle of 195º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAEAF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 171 | 174 | 175 | - |
CMYK | 0.02 | 0.01 | 0 | 0.31 |
HSL | 195º | 0.02% | 0.68% | - |
HSV(B) | 195º | 0.02% | 0.69% | - |
XYZ | 39.67 | 42.03 | 46.58 | - |
YUV | 173.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 175 | 0.02 | 0.01 | 0 | 0.31 | 195 | 0.02 | 0.68 |
Hex | AB | AE | AF | 2 | 1 | 0 | 1F | C3 | 2 | 44 |
Octal | 253 | 256 | 257 | 2 | 1 | 0 | 37 | 303 | 2 | 104 |
Binary | 10101011 | 10101110 | 10101111 | 10 | 1 | 0 | 11111 | 11000011 | 10 | 1000100 |
Color Harmonies of #ABAEAF
Complementary color
Monochromatic Colors of #ABAEAF
Black with #ABAEAF
Text Example
Text Example
White with #ABAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEAF; }
p { color: rgb(171,174,175); }
H1.HeaderClassName
{
color: #ABAEAF;
}
.AnyTagClassName
{
color: #ABAEAF;
}
</style>
background-color css
<style>
a { background-color: #ABAEAF; }
a { background-color: rgb(171,174,175); }
div.DivClassName
{
background-color: #ABAEAF;
}
.BgClassName
{
background-color: #ABAEAF;
}
</style>
border-color css
<style>
span { border-color: #ABAEAF; }
span { border-color: rgb(171,174,175); }
td.TdClassName
{
border-color: #ABAEAF;
}
.TagClassName
{
border-color: #ABAEAF;
}
</style>