Shades of Gull Grey #A8B0B7
Tints of Gull Grey #A8B0B7
RGB
CMYK
RGB Variations
Color information
#A8B0B7 (or 0xA8B0B7) is known color: Gull Grey. HEX triplet: A8, B0 and B7. RGB value is (168,176,183). Sum of RGB (Red+Green+Blue) = 168+176+183=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8B0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0B7 is #574F48. Grayscale: #AEAEAE. Windows color (decimal): -5721929 or 12038312. OLE color: 12038312.
HSL color Cylindrical-coordinate representation of color #A8B0B7: hue angle of 208º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B0B7 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 176 | 183 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.28 |
| HSL | 208º | 0.09% | 0.69% | - |
| HSV(B) | 208º | 0.08% | 0.72% | - |
| XYZ | 40.22 | 42.79 | 50.94 | - |
| YUV | 174.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 183 | 0.08 | 0.04 | 0 | 0.28 | 208 | 0.09 | 0.69 |
| Hex | A8 | B0 | B7 | 8 | 4 | 0 | 1C | D0 | 9 | 45 |
| Octal | 250 | 260 | 267 | 10 | 4 | 0 | 34 | 320 | 11 | 105 |
| Binary | 10101000 | 10110000 | 10110111 | 1000 | 100 | 0 | 11100 | 11010000 | 1001 | 1000101 |
Color Harmonies of #A8B0B7
Complementary color
Monochromatic Colors of #A8B0B7
Black with #A8B0B7
Text Example
Text Example
White with #A8B0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0B7; }
p { color: rgb(168,176,183); }
H1.HeaderClassName
{
color: #A8B0B7;
}
.AnyTagClassName
{
color: #A8B0B7;
}
</style>
background-color css
<style>
a { background-color: #A8B0B7; }
a { background-color: rgb(168,176,183); }
div.DivClassName
{
background-color: #A8B0B7;
}
.BgClassName
{
background-color: #A8B0B7;
}
</style>
border-color css
<style>
span { border-color: #A8B0B7; }
span { border-color: rgb(168,176,183); }
td.TdClassName
{
border-color: #A8B0B7;
}
.TagClassName
{
border-color: #A8B0B7;
}
</style>