Shades of Gull Grey #A2B0B7
Tints of Gull Grey #A2B0B7
RGB
CMYK
RGB Variations
Color information
#A2B0B7 (or 0xA2B0B7) is known color: Gull Grey. HEX triplet: A2, B0 and B7. RGB value is (162,176,183). Sum of RGB (Red+Green+Blue) = 162+176+183=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A2B0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0B7 is #5D4F48. Grayscale: #ACACAC. Windows color (decimal): -6115145 or 12038306. OLE color: 12038306.
HSL color Cylindrical-coordinate representation of color #A2B0B7: hue angle of 200º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B0B7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 162 | 176 | 183 | - |
CMYK | 0.11 | 0.04 | 0 | 0.28 |
HSL | 200º | 0.13% | 0.68% | - |
HSV(B) | 200º | 0.11% | 0.72% | - |
XYZ | 38.97 | 42.15 | 50.88 | - |
YUV | 172.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 176 | 183 | 0.11 | 0.04 | 0 | 0.28 | 200 | 0.13 | 0.68 |
Hex | A2 | B0 | B7 | B | 4 | 0 | 1C | C8 | D | 44 |
Octal | 242 | 260 | 267 | 13 | 4 | 0 | 34 | 310 | 15 | 104 |
Binary | 10100010 | 10110000 | 10110111 | 1011 | 100 | 0 | 11100 | 11001000 | 1101 | 1000100 |
Color Harmonies of #A2B0B7
Complementary color
Monochromatic Colors of #A2B0B7
Black with #A2B0B7
Text Example
Text Example
White with #A2B0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0B7; }
p { color: rgb(162,176,183); }
H1.HeaderClassName
{
color: #A2B0B7;
}
.AnyTagClassName
{
color: #A2B0B7;
}
</style>
background-color css
<style>
a { background-color: #A2B0B7; }
a { background-color: rgb(162,176,183); }
div.DivClassName
{
background-color: #A2B0B7;
}
.BgClassName
{
background-color: #A2B0B7;
}
</style>
border-color css
<style>
span { border-color: #A2B0B7; }
span { border-color: rgb(162,176,183); }
td.TdClassName
{
border-color: #A2B0B7;
}
.TagClassName
{
border-color: #A2B0B7;
}
</style>