Shades of Gull Grey #ABAFB1
Tints of Gull Grey #ABAFB1
RGB
CMYK
RGB Variations
Color information
#ABAFB1 (or 0xABAFB1) is known color: Gull Grey. HEX triplet: AB, AF and B1. RGB value is (171,175,177). Sum of RGB (Red+Green+Blue) = 171+175+177=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFB1 is #54504E. Grayscale: #AEAEAE. Windows color (decimal): -5525583 or 11644843. OLE color: 11644843.
HSL color Cylindrical-coordinate representation of color #ABAFB1: hue angle of 200º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABAFB1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 171 | 175 | 177 | - |
CMYK | 0.03 | 0.01 | 0 | 0.31 |
HSL | 200º | 0.04% | 0.68% | - |
HSV(B) | 200º | 0.03% | 0.69% | - |
XYZ | 40.06 | 42.49 | 47.69 | - |
YUV | 174.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 175 | 177 | 0.03 | 0.01 | 0 | 0.31 | 200 | 0.04 | 0.68 |
Hex | AB | AF | B1 | 3 | 1 | 0 | 1F | C8 | 4 | 44 |
Octal | 253 | 257 | 261 | 3 | 1 | 0 | 37 | 310 | 4 | 104 |
Binary | 10101011 | 10101111 | 10110001 | 11 | 1 | 0 | 11111 | 11001000 | 100 | 1000100 |
Color Harmonies of #ABAFB1
Complementary color
Monochromatic Colors of #ABAFB1
Black with #ABAFB1
Text Example
Text Example
White with #ABAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFB1; }
p { color: rgb(171,175,177); }
H1.HeaderClassName
{
color: #ABAFB1;
}
.AnyTagClassName
{
color: #ABAFB1;
}
</style>
background-color css
<style>
a { background-color: #ABAFB1; }
a { background-color: rgb(171,175,177); }
div.DivClassName
{
background-color: #ABAFB1;
}
.BgClassName
{
background-color: #ABAFB1;
}
</style>
border-color css
<style>
span { border-color: #ABAFB1; }
span { border-color: rgb(171,175,177); }
td.TdClassName
{
border-color: #ABAFB1;
}
.TagClassName
{
border-color: #ABAFB1;
}
</style>