Shades of Gull Grey #A8ABAD
Tints of Gull Grey #A8ABAD
RGB
CMYK
RGB Variations
Color information
#A8ABAD (or 0xA8ABAD) is known color: Gull Grey. HEX triplet: A8, AB and AD. RGB value is (168,171,173). Sum of RGB (Red+Green+Blue) = 168+171+173=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABAD is #575452. Grayscale: #AAAAAA. Windows color (decimal): -5723219 or 11381672. OLE color: 11381672.
HSL color Cylindrical-coordinate representation of color #A8ABAD: hue angle of 204º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A8ABAD is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 171 | 173 | - |
CMYK | 0.03 | 0.01 | 0 | 0.32 |
HSL | 204º | 0.03% | 0.67% | - |
HSV(B) | 204º | 0.03% | 0.68% | - |
XYZ | 38.25 | 40.47 | 45.33 | - |
YUV | 170.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 173 | 0.03 | 0.01 | 0 | 0.32 | 204 | 0.03 | 0.67 |
Hex | A8 | AB | AD | 3 | 1 | 0 | 20 | CC | 3 | 43 |
Octal | 250 | 253 | 255 | 3 | 1 | 0 | 40 | 314 | 3 | 103 |
Binary | 10101000 | 10101011 | 10101101 | 11 | 1 | 0 | 100000 | 11001100 | 11 | 1000011 |
Color Harmonies of #A8ABAD
Complementary color
Monochromatic Colors of #A8ABAD
Black with #A8ABAD
Text Example
Text Example
White with #A8ABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABAD; }
p { color: rgb(168,171,173); }
H1.HeaderClassName
{
color: #A8ABAD;
}
.AnyTagClassName
{
color: #A8ABAD;
}
</style>
background-color css
<style>
a { background-color: #A8ABAD; }
a { background-color: rgb(168,171,173); }
div.DivClassName
{
background-color: #A8ABAD;
}
.BgClassName
{
background-color: #A8ABAD;
}
</style>
border-color css
<style>
span { border-color: #A8ABAD; }
span { border-color: rgb(168,171,173); }
td.TdClassName
{
border-color: #A8ABAD;
}
.TagClassName
{
border-color: #A8ABAD;
}
</style>