Shades of Gull Grey #A3A8AB
Tints of Gull Grey #A3A8AB
RGB
CMYK
RGB Variations
Color information
#A3A8AB (or 0xA3A8AB) is known color: Gull Grey. HEX triplet: A3, A8 and AB. RGB value is (163,168,171). Sum of RGB (Red+Green+Blue) = 163+168+171=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 171 - color contains mainly: blue. Hex color #A3A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A8AB is #5C5754. Grayscale: #A6A6A6. Windows color (decimal): -6051669 or 11249827. OLE color: 11249827.
HSL color Cylindrical-coordinate representation of color #A3A8AB: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A8AB is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 163 | 168 | 171 | - |
CMYK | 0.05 | 0.02 | 0 | 0.33 |
HSL | 202.5º | 0.05% | 0.65% | - |
HSV(B) | 202.5º | 0.05% | 0.67% | - |
XYZ | 36.46 | 38.73 | 44.08 | - |
YUV | 166.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 168 | 171 | 0.05 | 0.02 | 0 | 0.33 | 202.5 | 0.05 | 0.65 |
Hex | A3 | A8 | AB | 5 | 2 | 0 | 21 | CA | 5 | 41 |
Octal | 243 | 250 | 253 | 5 | 2 | 0 | 41 | 312 | 5 | 101 |
Binary | 10100011 | 10101000 | 10101011 | 101 | 10 | 0 | 100001 | 11001010 | 101 | 1000001 |
Color Harmonies of #A3A8AB
Complementary color
Monochromatic Colors of #A3A8AB
Black with #A3A8AB
Text Example
Text Example
White with #A3A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A8AB; }
p { color: rgb(163,168,171); }
H1.HeaderClassName
{
color: #A3A8AB;
}
.AnyTagClassName
{
color: #A3A8AB;
}
</style>
background-color css
<style>
a { background-color: #A3A8AB; }
a { background-color: rgb(163,168,171); }
div.DivClassName
{
background-color: #A3A8AB;
}
.BgClassName
{
background-color: #A3A8AB;
}
</style>
border-color css
<style>
span { border-color: #A3A8AB; }
span { border-color: rgb(163,168,171); }
td.TdClassName
{
border-color: #A3A8AB;
}
.TagClassName
{
border-color: #A3A8AB;
}
</style>