Shades of Gull Grey #A3AEAF
Tints of Gull Grey #A3AEAF
RGB
CMYK
RGB Variations
Color information
#A3AEAF (or 0xA3AEAF) is known color: Gull Grey. HEX triplet: A3, AE and AF. RGB value is (163,174,175). Sum of RGB (Red+Green+Blue) = 163+174+175=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AEAF is #5C5150. Grayscale: #AAAAAA. Windows color (decimal): -6050129 or 11513507. OLE color: 11513507.
HSL color Cylindrical-coordinate representation of color #A3AEAF: hue angle of 185º 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 #A3AEAF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 174 | 175 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.31 |
| HSL | 185º | 0.07% | 0.66% | - |
| HSV(B) | 185º | 0.07% | 0.69% | - |
| XYZ | 37.98 | 41.15 | 46.5 | - |
| YUV | 170.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 174 | 175 | 0.07 | 0.01 | 0 | 0.31 | 185 | 0.07 | 0.66 |
| Hex | A3 | AE | AF | 7 | 1 | 0 | 1F | B9 | 7 | 42 |
| Octal | 243 | 256 | 257 | 7 | 1 | 0 | 37 | 271 | 7 | 102 |
| Binary | 10100011 | 10101110 | 10101111 | 111 | 1 | 0 | 11111 | 10111001 | 111 | 1000010 |
Color Harmonies of #A3AEAF
Complementary color
Monochromatic Colors of #A3AEAF
Black with #A3AEAF
Text Example
Text Example
White with #A3AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AEAF; }
p { color: rgb(163,174,175); }
H1.HeaderClassName
{
color: #A3AEAF;
}
.AnyTagClassName
{
color: #A3AEAF;
}
</style>
background-color css
<style>
a { background-color: #A3AEAF; }
a { background-color: rgb(163,174,175); }
div.DivClassName
{
background-color: #A3AEAF;
}
.BgClassName
{
background-color: #A3AEAF;
}
</style>
border-color css
<style>
span { border-color: #A3AEAF; }
span { border-color: rgb(163,174,175); }
td.TdClassName
{
border-color: #A3AEAF;
}
.TagClassName
{
border-color: #A3AEAF;
}
</style>