Shades of Gull Grey #A3AFB3
Tints of Gull Grey #A3AFB3
RGB
CMYK
RGB Variations
Color information
#A3AFB3 (or 0xA3AFB3) is known color: Gull Grey. HEX triplet: A3, AF and B3. RGB value is (163,175,179). Sum of RGB (Red+Green+Blue) = 163+175+179=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #A3AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AFB3 is #5C504C. Grayscale: #ABABAB. Windows color (decimal): -6049869 or 11775907. OLE color: 11775907.
HSL color Cylindrical-coordinate representation of color #A3AFB3: hue angle of 195º 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 #A3AFB3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 175 | 179 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.30 |
| HSL | 195º | 0.1% | 0.67% | - |
| HSV(B) | 195º | 0.09% | 0.7% | - |
| XYZ | 38.57 | 41.7 | 48.66 | - |
| YUV | 171.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 179 | 0.09 | 0.02 | 0 | 0.30 | 195 | 0.1 | 0.67 |
| Hex | A3 | AF | B3 | 9 | 2 | 0 | 1E | C3 | A | 43 |
| Octal | 243 | 257 | 263 | 11 | 2 | 0 | 36 | 303 | 12 | 103 |
| Binary | 10100011 | 10101111 | 10110011 | 1001 | 10 | 0 | 11110 | 11000011 | 1010 | 1000011 |
Color Harmonies of #A3AFB3
Complementary color
Monochromatic Colors of #A3AFB3
Black with #A3AFB3
Text Example
Text Example
White with #A3AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFB3; }
p { color: rgb(163,175,179); }
H1.HeaderClassName
{
color: #A3AFB3;
}
.AnyTagClassName
{
color: #A3AFB3;
}
</style>
background-color css
<style>
a { background-color: #A3AFB3; }
a { background-color: rgb(163,175,179); }
div.DivClassName
{
background-color: #A3AFB3;
}
.BgClassName
{
background-color: #A3AFB3;
}
</style>
border-color css
<style>
span { border-color: #A3AFB3; }
span { border-color: rgb(163,175,179); }
td.TdClassName
{
border-color: #A3AFB3;
}
.TagClassName
{
border-color: #A3AFB3;
}
</style>