Shades of Gull Grey #A3ADB4
Tints of Gull Grey #A3ADB4
RGB
CMYK
RGB Variations
Color information
#A3ADB4 (or 0xA3ADB4) is known color: Gull Grey. HEX triplet: A3, AD and B4. RGB value is (163,173,180). Sum of RGB (Red+Green+Blue) = 163+173+180=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADB4 is #5C524B. Grayscale: #AAAAAA. Windows color (decimal): -6050380 or 11840931. OLE color: 11840931.
HSL color Cylindrical-coordinate representation of color #A3ADB4: hue angle of 204.71º 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 #A3ADB4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 173 | 180 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.29 |
| HSL | 204.71º | 0.1% | 0.67% | - |
| HSV(B) | 204.71º | 0.09% | 0.71% | - |
| XYZ | 38.29 | 40.97 | 49.07 | - |
| YUV | 170.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 180 | 0.09 | 0.04 | 0 | 0.29 | 204.71 | 0.1 | 0.67 |
| Hex | A3 | AD | B4 | 9 | 4 | 0 | 1D | CD | A | 43 |
| Octal | 243 | 255 | 264 | 11 | 4 | 0 | 35 | 315 | 12 | 103 |
| Binary | 10100011 | 10101101 | 10110100 | 1001 | 100 | 0 | 11101 | 11001101 | 1010 | 1000011 |
Color Harmonies of #A3ADB4
Complementary color
Monochromatic Colors of #A3ADB4
Black with #A3ADB4
Text Example
Text Example
White with #A3ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADB4; }
p { color: rgb(163,173,180); }
H1.HeaderClassName
{
color: #A3ADB4;
}
.AnyTagClassName
{
color: #A3ADB4;
}
</style>
background-color css
<style>
a { background-color: #A3ADB4; }
a { background-color: rgb(163,173,180); }
div.DivClassName
{
background-color: #A3ADB4;
}
.BgClassName
{
background-color: #A3ADB4;
}
</style>
border-color css
<style>
span { border-color: #A3ADB4; }
span { border-color: rgb(163,173,180); }
td.TdClassName
{
border-color: #A3ADB4;
}
.TagClassName
{
border-color: #A3ADB4;
}
</style>