Shades of Gull Grey #A3ADB5
Tints of Gull Grey #A3ADB5
RGB
CMYK
RGB Variations
Color information
#A3ADB5 (or 0xA3ADB5) is known color: Gull Grey. HEX triplet: A3, AD and B5. RGB value is (163,173,181). Sum of RGB (Red+Green+Blue) = 163+173+181=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #A3ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADB5 is #5C524A. Grayscale: #AAAAAA. Windows color (decimal): -6050379 or 11906467. OLE color: 11906467.
HSL color Cylindrical-coordinate representation of color #A3ADB5: hue angle of 206.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3ADB5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 163 | 173 | 181 | - |
CMYK | 0.10 | 0.04 | 0 | 0.29 |
HSL | 206.67º | 0.11% | 0.67% | - |
HSV(B) | 206.67º | 0.1% | 0.71% | - |
XYZ | 38.39 | 41.01 | 49.61 | - |
YUV | 170.92 | 133.69 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 173 | 181 | 0.10 | 0.04 | 0 | 0.29 | 206.67 | 0.11 | 0.67 |
Hex | A3 | AD | B5 | A | 4 | 0 | 1D | CF | B | 43 |
Octal | 243 | 255 | 265 | 12 | 4 | 0 | 35 | 317 | 13 | 103 |
Binary | 10100011 | 10101101 | 10110101 | 1010 | 100 | 0 | 11101 | 11001111 | 1011 | 1000011 |
Color Harmonies of #A3ADB5
Complementary color
Monochromatic Colors of #A3ADB5
Black with #A3ADB5
Text Example
Text Example
White with #A3ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADB5; }
p { color: rgb(163,173,181); }
H1.HeaderClassName
{
color: #A3ADB5;
}
.AnyTagClassName
{
color: #A3ADB5;
}
</style>
background-color css
<style>
a { background-color: #A3ADB5; }
a { background-color: rgb(163,173,181); }
div.DivClassName
{
background-color: #A3ADB5;
}
.BgClassName
{
background-color: #A3ADB5;
}
</style>
border-color css
<style>
span { border-color: #A3ADB5; }
span { border-color: rgb(163,173,181); }
td.TdClassName
{
border-color: #A3ADB5;
}
.TagClassName
{
border-color: #A3ADB5;
}
</style>