Shades of Gull Grey #ACB0B3
Tints of Gull Grey #ACB0B3
RGB
CMYK
RGB Variations
Color information
#ACB0B3 (or 0xACB0B3) is known color: Gull Grey. HEX triplet: AC, B0 and B3. RGB value is (172,176,179). Sum of RGB (Red+Green+Blue) = 172+176+179=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #ACB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0B3 is #534F4C. Grayscale: #AFAFAF. Windows color (decimal): -5459789 or 11776172. OLE color: 11776172.
HSL color Cylindrical-coordinate representation of color #ACB0B3: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB0B3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 176 | 179 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.30 |
| HSL | 205.71º | 0.04% | 0.69% | - |
| HSV(B) | 205.71º | 0.04% | 0.7% | - |
| XYZ | 40.68 | 43.08 | 48.82 | - |
| YUV | 175.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 179 | 0.04 | 0.02 | 0 | 0.30 | 205.71 | 0.04 | 0.69 |
| Hex | AC | B0 | B3 | 4 | 2 | 0 | 1E | CE | 4 | 45 |
| Octal | 254 | 260 | 263 | 4 | 2 | 0 | 36 | 316 | 4 | 105 |
| Binary | 10101100 | 10110000 | 10110011 | 100 | 10 | 0 | 11110 | 11001110 | 100 | 1000101 |
Color Harmonies of #ACB0B3
Complementary color
Monochromatic Colors of #ACB0B3
Black with #ACB0B3
Text Example
Text Example
White with #ACB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0B3; }
p { color: rgb(172,176,179); }
H1.HeaderClassName
{
color: #ACB0B3;
}
.AnyTagClassName
{
color: #ACB0B3;
}
</style>
background-color css
<style>
a { background-color: #ACB0B3; }
a { background-color: rgb(172,176,179); }
div.DivClassName
{
background-color: #ACB0B3;
}
.BgClassName
{
background-color: #ACB0B3;
}
</style>
border-color css
<style>
span { border-color: #ACB0B3; }
span { border-color: rgb(172,176,179); }
td.TdClassName
{
border-color: #ACB0B3;
}
.TagClassName
{
border-color: #ACB0B3;
}
</style>