Shades of Gull Grey #A1AFB5
Tints of Gull Grey #A1AFB5
RGB
CMYK
RGB Variations
Color information
#A1AFB5 (or 0xA1AFB5) is known color: Gull Grey. HEX triplet: A1, AF and B5. RGB value is (161,175,181). Sum of RGB (Red+Green+Blue) = 161+175+181=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #A1AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AFB5 is #5E504A. Grayscale: #ABABAB. Windows color (decimal): -6180939 or 11906977. OLE color: 11906977.
HSL color Cylindrical-coordinate representation of color #A1AFB5: hue angle of 198º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1AFB5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 161 | 175 | 181 | - |
CMYK | 0.11 | 0.03 | 0 | 0.29 |
HSL | 198º | 0.12% | 0.67% | - |
HSV(B) | 198º | 0.11% | 0.71% | - |
XYZ | 38.37 | 41.57 | 49.72 | - |
YUV | 171.5 | 133.36 | 120.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 175 | 181 | 0.11 | 0.03 | 0 | 0.29 | 198 | 0.12 | 0.67 |
Hex | A1 | AF | B5 | B | 3 | 0 | 1D | C6 | C | 43 |
Octal | 241 | 257 | 265 | 13 | 3 | 0 | 35 | 306 | 14 | 103 |
Binary | 10100001 | 10101111 | 10110101 | 1011 | 11 | 0 | 11101 | 11000110 | 1100 | 1000011 |
Color Harmonies of #A1AFB5
Complementary color
Monochromatic Colors of #A1AFB5
Black with #A1AFB5
Text Example
Text Example
White with #A1AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFB5; }
p { color: rgb(161,175,181); }
H1.HeaderClassName
{
color: #A1AFB5;
}
.AnyTagClassName
{
color: #A1AFB5;
}
</style>
background-color css
<style>
a { background-color: #A1AFB5; }
a { background-color: rgb(161,175,181); }
div.DivClassName
{
background-color: #A1AFB5;
}
.BgClassName
{
background-color: #A1AFB5;
}
</style>
border-color css
<style>
span { border-color: #A1AFB5; }
span { border-color: rgb(161,175,181); }
td.TdClassName
{
border-color: #A1AFB5;
}
.TagClassName
{
border-color: #A1AFB5;
}
</style>