Shades of Gull Grey #A1ACB3
Tints of Gull Grey #A1ACB3
RGB
CMYK
RGB Variations
Color information
#A1ACB3 (or 0xA1ACB3) is known color: Gull Grey. HEX triplet: A1, AC and B3. RGB value is (161,172,179). Sum of RGB (Red+Green+Blue) = 161+172+179=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #A1ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ACB3 is #5E534C. Grayscale: #A9A9A9. Windows color (decimal): -6181709 or 11775137. OLE color: 11775137.
HSL color Cylindrical-coordinate representation of color #A1ACB3: hue angle of 203.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1ACB3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 172 | 179 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.30 |
| HSL | 203.33º | 0.11% | 0.67% | - |
| HSV(B) | 203.33º | 0.1% | 0.7% | - |
| XYZ | 37.59 | 40.34 | 48.45 | - |
| YUV | 169.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 179 | 0.10 | 0.04 | 0 | 0.30 | 203.33 | 0.11 | 0.67 |
| Hex | A1 | AC | B3 | A | 4 | 0 | 1E | CB | B | 43 |
| Octal | 241 | 254 | 263 | 12 | 4 | 0 | 36 | 313 | 13 | 103 |
| Binary | 10100001 | 10101100 | 10110011 | 1010 | 100 | 0 | 11110 | 11001011 | 1011 | 1000011 |
Color Harmonies of #A1ACB3
Complementary color
Monochromatic Colors of #A1ACB3
Black with #A1ACB3
Text Example
Text Example
White with #A1ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ACB3; }
p { color: rgb(161,172,179); }
H1.HeaderClassName
{
color: #A1ACB3;
}
.AnyTagClassName
{
color: #A1ACB3;
}
</style>
background-color css
<style>
a { background-color: #A1ACB3; }
a { background-color: rgb(161,172,179); }
div.DivClassName
{
background-color: #A1ACB3;
}
.BgClassName
{
background-color: #A1ACB3;
}
</style>
border-color css
<style>
span { border-color: #A1ACB3; }
span { border-color: rgb(161,172,179); }
td.TdClassName
{
border-color: #A1ACB3;
}
.TagClassName
{
border-color: #A1ACB3;
}
</style>