Shades of Gull Grey #ACB0B2
Tints of Gull Grey #ACB0B2
RGB
CMYK
RGB Variations
Color information
#ACB0B2 (or 0xACB0B2) is known color: Gull Grey. HEX triplet: AC, B0 and B2. RGB value is (172,176,178). Sum of RGB (Red+Green+Blue) = 172+176+178=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 178 - color contains mainly: blue. Hex color #ACB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0B2 is #534F4D. Grayscale: #AFAFAF. Windows color (decimal): -5459790 or 11710636. OLE color: 11710636.
HSL color Cylindrical-coordinate representation of color #ACB0B2: hue angle of 200º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB0B2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 172 | 176 | 178 | - |
CMYK | 0.03 | 0.01 | 0 | 0.30 |
HSL | 200º | 0.04% | 0.69% | - |
HSV(B) | 200º | 0.03% | 0.7% | - |
XYZ | 40.57 | 43.04 | 48.29 | - |
YUV | 175.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 176 | 178 | 0.03 | 0.01 | 0 | 0.30 | 200 | 0.04 | 0.69 |
Hex | AC | B0 | B2 | 3 | 1 | 0 | 1E | C8 | 4 | 45 |
Octal | 254 | 260 | 262 | 3 | 1 | 0 | 36 | 310 | 4 | 105 |
Binary | 10101100 | 10110000 | 10110010 | 11 | 1 | 0 | 11110 | 11001000 | 100 | 1000101 |
Color Harmonies of #ACB0B2
Complementary color
Monochromatic Colors of #ACB0B2
Black with #ACB0B2
Text Example
Text Example
White with #ACB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0B2; }
p { color: rgb(172,176,178); }
H1.HeaderClassName
{
color: #ACB0B2;
}
.AnyTagClassName
{
color: #ACB0B2;
}
</style>
background-color css
<style>
a { background-color: #ACB0B2; }
a { background-color: rgb(172,176,178); }
div.DivClassName
{
background-color: #ACB0B2;
}
.BgClassName
{
background-color: #ACB0B2;
}
</style>
border-color css
<style>
span { border-color: #ACB0B2; }
span { border-color: rgb(172,176,178); }
td.TdClassName
{
border-color: #ACB0B2;
}
.TagClassName
{
border-color: #ACB0B2;
}
</style>