Shades of Gull Grey #A3B1B4
Tints of Gull Grey #A3B1B4
RGB
CMYK
RGB Variations
Color information
#A3B1B4 (or 0xA3B1B4) is known color: Gull Grey. HEX triplet: A3, B1 and B4. RGB value is (163,177,180). Sum of RGB (Red+Green+Blue) = 163+177+180=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B1B4 is #5C4E4B. Grayscale: #ADADAD. Windows color (decimal): -6049356 or 11841955. OLE color: 11841955.
HSL color Cylindrical-coordinate representation of color #A3B1B4: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B1B4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 177 | 180 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.29 |
| HSL | 190.59º | 0.1% | 0.67% | - |
| HSV(B) | 190.59º | 0.09% | 0.71% | - |
| XYZ | 39.06 | 42.53 | 49.33 | - |
| YUV | 173.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 180 | 0.09 | 0.02 | 0 | 0.29 | 190.59 | 0.1 | 0.67 |
| Hex | A3 | B1 | B4 | 9 | 2 | 0 | 1D | BF | A | 43 |
| Octal | 243 | 261 | 264 | 11 | 2 | 0 | 35 | 277 | 12 | 103 |
| Binary | 10100011 | 10110001 | 10110100 | 1001 | 10 | 0 | 11101 | 10111111 | 1010 | 1000011 |
Color Harmonies of #A3B1B4
Complementary color
Monochromatic Colors of #A3B1B4
Black with #A3B1B4
Text Example
Text Example
White with #A3B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B1B4; }
p { color: rgb(163,177,180); }
H1.HeaderClassName
{
color: #A3B1B4;
}
.AnyTagClassName
{
color: #A3B1B4;
}
</style>
background-color css
<style>
a { background-color: #A3B1B4; }
a { background-color: rgb(163,177,180); }
div.DivClassName
{
background-color: #A3B1B4;
}
.BgClassName
{
background-color: #A3B1B4;
}
</style>
border-color css
<style>
span { border-color: #A3B1B4; }
span { border-color: rgb(163,177,180); }
td.TdClassName
{
border-color: #A3B1B4;
}
.TagClassName
{
border-color: #A3B1B4;
}
</style>