Shades of Gull Grey #A3ACB3
Tints of Gull Grey #A3ACB3
RGB
CMYK
RGB Variations
Color information
#A3ACB3 (or 0xA3ACB3) is known color: Gull Grey. HEX triplet: A3, AC and B3. RGB value is (163,172,179). Sum of RGB (Red+Green+Blue) = 163+172+179=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #A3ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ACB3 is #5C534C. Grayscale: #AAAAAA. Windows color (decimal): -6050637 or 11775139. OLE color: 11775139.
HSL color Cylindrical-coordinate representation of color #A3ACB3: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3ACB3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 172 | 179 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.30 |
| HSL | 206.25º | 0.1% | 0.67% | - |
| HSV(B) | 206.25º | 0.09% | 0.7% | - |
| XYZ | 37.99 | 40.55 | 48.47 | - |
| YUV | 170.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 179 | 0.09 | 0.04 | 0 | 0.30 | 206.25 | 0.1 | 0.67 |
| Hex | A3 | AC | B3 | 9 | 4 | 0 | 1E | CE | A | 43 |
| Octal | 243 | 254 | 263 | 11 | 4 | 0 | 36 | 316 | 12 | 103 |
| Binary | 10100011 | 10101100 | 10110011 | 1001 | 100 | 0 | 11110 | 11001110 | 1010 | 1000011 |
Color Harmonies of #A3ACB3
Complementary color
Monochromatic Colors of #A3ACB3
Black with #A3ACB3
Text Example
Text Example
White with #A3ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ACB3; }
p { color: rgb(163,172,179); }
H1.HeaderClassName
{
color: #A3ACB3;
}
.AnyTagClassName
{
color: #A3ACB3;
}
</style>
background-color css
<style>
a { background-color: #A3ACB3; }
a { background-color: rgb(163,172,179); }
div.DivClassName
{
background-color: #A3ACB3;
}
.BgClassName
{
background-color: #A3ACB3;
}
</style>
border-color css
<style>
span { border-color: #A3ACB3; }
span { border-color: rgb(163,172,179); }
td.TdClassName
{
border-color: #A3ACB3;
}
.TagClassName
{
border-color: #A3ACB3;
}
</style>