Shades of Gull Grey #A6ADB2
Tints of Gull Grey #A6ADB2
RGB
CMYK
RGB Variations
Color information
#A6ADB2 (or 0xA6ADB2) is known color: Gull Grey. HEX triplet: A6, AD and B2. RGB value is (166,173,178). Sum of RGB (Red+Green+Blue) = 166+173+178=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 178 - color contains mainly: blue. Hex color #A6ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADB2 is #59524D. Grayscale: #ABABAB. Windows color (decimal): -5853774 or 11709862. OLE color: 11709862.
HSL color Cylindrical-coordinate representation of color #A6ADB2: hue angle of 205º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6ADB2 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 166 | 173 | 178 | - |
CMYK | 0.07 | 0.03 | 0 | 0.30 |
HSL | 205º | 0.07% | 0.67% | - |
HSV(B) | 205º | 0.07% | 0.7% | - |
XYZ | 38.71 | 41.21 | 48.03 | - |
YUV | 171.48 | 131.68 | 124.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 173 | 178 | 0.07 | 0.03 | 0 | 0.30 | 205 | 0.07 | 0.67 |
Hex | A6 | AD | B2 | 7 | 3 | 0 | 1E | CD | 7 | 43 |
Octal | 246 | 255 | 262 | 7 | 3 | 0 | 36 | 315 | 7 | 103 |
Binary | 10100110 | 10101101 | 10110010 | 111 | 11 | 0 | 11110 | 11001101 | 111 | 1000011 |
Color Harmonies of #A6ADB2
Complementary color
Monochromatic Colors of #A6ADB2
Black with #A6ADB2
Text Example
Text Example
White with #A6ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADB2; }
p { color: rgb(166,173,178); }
H1.HeaderClassName
{
color: #A6ADB2;
}
.AnyTagClassName
{
color: #A6ADB2;
}
</style>
background-color css
<style>
a { background-color: #A6ADB2; }
a { background-color: rgb(166,173,178); }
div.DivClassName
{
background-color: #A6ADB2;
}
.BgClassName
{
background-color: #A6ADB2;
}
</style>
border-color css
<style>
span { border-color: #A6ADB2; }
span { border-color: rgb(166,173,178); }
td.TdClassName
{
border-color: #A6ADB2;
}
.TagClassName
{
border-color: #A6ADB2;
}
</style>