Shades of Gull Grey #A3ADAF
Tints of Gull Grey #A3ADAF
RGB
CMYK
RGB Variations
Color information
#A3ADAF (or 0xA3ADAF) is known color: Gull Grey. HEX triplet: A3, AD and AF. RGB value is (163,173,175). Sum of RGB (Red+Green+Blue) = 163+173+175=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAF is #5C5250. Grayscale: #AAAAAA. Windows color (decimal): -6050385 or 11513251. OLE color: 11513251.
HSL color Cylindrical-coordinate representation of color #A3ADAF: hue angle of 190º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3ADAF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 163 | 173 | 175 | - |
CMYK | 0.07 | 0.01 | 0 | 0.31 |
HSL | 190º | 0.07% | 0.66% | - |
HSV(B) | 190º | 0.07% | 0.69% | - |
XYZ | 37.79 | 40.77 | 46.44 | - |
YUV | 170.24 | 130.69 | 122.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 173 | 175 | 0.07 | 0.01 | 0 | 0.31 | 190 | 0.07 | 0.66 |
Hex | A3 | AD | AF | 7 | 1 | 0 | 1F | BE | 7 | 42 |
Octal | 243 | 255 | 257 | 7 | 1 | 0 | 37 | 276 | 7 | 102 |
Binary | 10100011 | 10101101 | 10101111 | 111 | 1 | 0 | 11111 | 10111110 | 111 | 1000010 |
Color Harmonies of #A3ADAF
Complementary color
Monochromatic Colors of #A3ADAF
Black with #A3ADAF
Text Example
Text Example
White with #A3ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADAF; }
p { color: rgb(163,173,175); }
H1.HeaderClassName
{
color: #A3ADAF;
}
.AnyTagClassName
{
color: #A3ADAF;
}
</style>
background-color css
<style>
a { background-color: #A3ADAF; }
a { background-color: rgb(163,173,175); }
div.DivClassName
{
background-color: #A3ADAF;
}
.BgClassName
{
background-color: #A3ADAF;
}
</style>
border-color css
<style>
span { border-color: #A3ADAF; }
span { border-color: rgb(163,173,175); }
td.TdClassName
{
border-color: #A3ADAF;
}
.TagClassName
{
border-color: #A3ADAF;
}
</style>