Shades of Gull Grey #ADAFB0
Tints of Gull Grey #ADAFB0
RGB
CMYK
RGB Variations
Color information
#ADAFB0 (or 0xADAFB0) is known color: Gull Grey. HEX triplet: AD, AF and B0. RGB value is (173,175,176). Sum of RGB (Red+Green+Blue) = 173+175+176=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFB0 is #52504F. Grayscale: #AEAEAE. Windows color (decimal): -5394512 or 11579309. OLE color: 11579309.
HSL color Cylindrical-coordinate representation of color #ADAFB0: hue angle of 200º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADAFB0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 176 | - |
CMYK | 0.02 | 0.01 | 0 | 0.31 |
HSL | 200º | 0.02% | 0.68% | - |
HSV(B) | 200º | 0.02% | 0.69% | - |
XYZ | 40.4 | 42.68 | 47.18 | - |
YUV | 174.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 176 | 0.02 | 0.01 | 0 | 0.31 | 200 | 0.02 | 0.68 |
Hex | AD | AF | B0 | 2 | 1 | 0 | 1F | C8 | 2 | 44 |
Octal | 255 | 257 | 260 | 2 | 1 | 0 | 37 | 310 | 2 | 104 |
Binary | 10101101 | 10101111 | 10110000 | 10 | 1 | 0 | 11111 | 11001000 | 10 | 1000100 |
Color Harmonies of #ADAFB0
Complementary color
Monochromatic Colors of #ADAFB0
Black with #ADAFB0
Text Example
Text Example
White with #ADAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB0; }
p { color: rgb(173,175,176); }
H1.HeaderClassName
{
color: #ADAFB0;
}
.AnyTagClassName
{
color: #ADAFB0;
}
</style>
background-color css
<style>
a { background-color: #ADAFB0; }
a { background-color: rgb(173,175,176); }
div.DivClassName
{
background-color: #ADAFB0;
}
.BgClassName
{
background-color: #ADAFB0;
}
</style>
border-color css
<style>
span { border-color: #ADAFB0; }
span { border-color: rgb(173,175,176); }
td.TdClassName
{
border-color: #ADAFB0;
}
.TagClassName
{
border-color: #ADAFB0;
}
</style>