Shades of Gull Grey #A8AFB2
Tints of Gull Grey #A8AFB2
RGB
CMYK
RGB Variations
Color information
#A8AFB2 (or 0xA8AFB2) is known color: Gull Grey. HEX triplet: A8, AF and B2. RGB value is (168,175,178). Sum of RGB (Red+Green+Blue) = 168+175+178=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 178 - color contains mainly: blue. Hex color #A8AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFB2 is #57504D. Grayscale: #ADADAD. Windows color (decimal): -5722190 or 11710376. OLE color: 11710376.
HSL color Cylindrical-coordinate representation of color #A8AFB2: hue angle of 198º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8AFB2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 175 | 178 | - |
CMYK | 0.06 | 0.02 | 0 | 0.30 |
HSL | 198º | 0.06% | 0.68% | - |
HSV(B) | 198º | 0.06% | 0.7% | - |
XYZ | 39.51 | 42.2 | 48.18 | - |
YUV | 173.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 178 | 0.06 | 0.02 | 0 | 0.30 | 198 | 0.06 | 0.68 |
Hex | A8 | AF | B2 | 6 | 2 | 0 | 1E | C6 | 6 | 44 |
Octal | 250 | 257 | 262 | 6 | 2 | 0 | 36 | 306 | 6 | 104 |
Binary | 10101000 | 10101111 | 10110010 | 110 | 10 | 0 | 11110 | 11000110 | 110 | 1000100 |
Color Harmonies of #A8AFB2
Complementary color
Monochromatic Colors of #A8AFB2
Black with #A8AFB2
Text Example
Text Example
White with #A8AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFB2; }
p { color: rgb(168,175,178); }
H1.HeaderClassName
{
color: #A8AFB2;
}
.AnyTagClassName
{
color: #A8AFB2;
}
</style>
background-color css
<style>
a { background-color: #A8AFB2; }
a { background-color: rgb(168,175,178); }
div.DivClassName
{
background-color: #A8AFB2;
}
.BgClassName
{
background-color: #A8AFB2;
}
</style>
border-color css
<style>
span { border-color: #A8AFB2; }
span { border-color: rgb(168,175,178); }
td.TdClassName
{
border-color: #A8AFB2;
}
.TagClassName
{
border-color: #A8AFB2;
}
</style>