Shades of Gull Grey #A5AFB2
Tints of Gull Grey #A5AFB2
RGB
CMYK
RGB Variations
Color information
#A5AFB2 (or 0xA5AFB2) is known color: Gull Grey. HEX triplet: A5, AF and B2. RGB value is (165,175,178). Sum of RGB (Red+Green+Blue) = 165+175+178=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 178 - color contains mainly: blue. Hex color #A5AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFB2 is #5A504D. Grayscale: #ACACAC. Windows color (decimal): -5918798 or 11710373. OLE color: 11710373.
HSL color Cylindrical-coordinate representation of color #A5AFB2: hue angle of 193.85º degrees, saturation: 0.08, 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 #A5AFB2 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 175 | 178 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.30 |
| HSL | 193.85º | 0.08% | 0.67% | - |
| HSV(B) | 193.85º | 0.07% | 0.7% | - |
| XYZ | 38.88 | 41.87 | 48.15 | - |
| YUV | 172.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 178 | 0.07 | 0.02 | 0 | 0.30 | 193.85 | 0.08 | 0.67 |
| Hex | A5 | AF | B2 | 7 | 2 | 0 | 1E | C2 | 8 | 43 |
| Octal | 245 | 257 | 262 | 7 | 2 | 0 | 36 | 302 | 10 | 103 |
| Binary | 10100101 | 10101111 | 10110010 | 111 | 10 | 0 | 11110 | 11000010 | 1000 | 1000011 |
Color Harmonies of #A5AFB2
Complementary color
Monochromatic Colors of #A5AFB2
Black with #A5AFB2
Text Example
Text Example
White with #A5AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AFB2; }
p { color: rgb(165,175,178); }
H1.HeaderClassName
{
color: #A5AFB2;
}
.AnyTagClassName
{
color: #A5AFB2;
}
</style>
background-color css
<style>
a { background-color: #A5AFB2; }
a { background-color: rgb(165,175,178); }
div.DivClassName
{
background-color: #A5AFB2;
}
.BgClassName
{
background-color: #A5AFB2;
}
</style>
border-color css
<style>
span { border-color: #A5AFB2; }
span { border-color: rgb(165,175,178); }
td.TdClassName
{
border-color: #A5AFB2;
}
.TagClassName
{
border-color: #A5AFB2;
}
</style>