Shades of Gull Grey #A8AFB5
Tints of Gull Grey #A8AFB5
RGB
CMYK
RGB Variations
Color information
#A8AFB5 (or 0xA8AFB5) is known color: Gull Grey. HEX triplet: A8, AF and B5. RGB value is (168,175,181). Sum of RGB (Red+Green+Blue) = 168+175+181=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFB5 is #57504A. Grayscale: #ADADAD. Windows color (decimal): -5722187 or 11906984. OLE color: 11906984.
HSL color Cylindrical-coordinate representation of color #A8AFB5: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8AFB5 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 175 | 181 | - |
CMYK | 0.07 | 0.03 | 0 | 0.29 |
HSL | 207.69º | 0.08% | 0.68% | - |
HSV(B) | 207.69º | 0.07% | 0.71% | - |
XYZ | 39.82 | 42.32 | 49.79 | - |
YUV | 173.59 | 132.18 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 181 | 0.07 | 0.03 | 0 | 0.29 | 207.69 | 0.08 | 0.68 |
Hex | A8 | AF | B5 | 7 | 3 | 0 | 1D | D0 | 8 | 44 |
Octal | 250 | 257 | 265 | 7 | 3 | 0 | 35 | 320 | 10 | 104 |
Binary | 10101000 | 10101111 | 10110101 | 111 | 11 | 0 | 11101 | 11010000 | 1000 | 1000100 |
Color Harmonies of #A8AFB5
Complementary color
Monochromatic Colors of #A8AFB5
Black with #A8AFB5
Text Example
Text Example
White with #A8AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFB5; }
p { color: rgb(168,175,181); }
H1.HeaderClassName
{
color: #A8AFB5;
}
.AnyTagClassName
{
color: #A8AFB5;
}
</style>
background-color css
<style>
a { background-color: #A8AFB5; }
a { background-color: rgb(168,175,181); }
div.DivClassName
{
background-color: #A8AFB5;
}
.BgClassName
{
background-color: #A8AFB5;
}
</style>
border-color css
<style>
span { border-color: #A8AFB5; }
span { border-color: rgb(168,175,181); }
td.TdClassName
{
border-color: #A8AFB5;
}
.TagClassName
{
border-color: #A8AFB5;
}
</style>