Shades of Gull Grey #ACAFB0
Tints of Gull Grey #ACAFB0
RGB
CMYK
RGB Variations
Color information
#ACAFB0 (or 0xACAFB0) is known color: Gull Grey. HEX triplet: AC, AF and B0. RGB value is (172,175,176). Sum of RGB (Red+Green+Blue) = 172+175+176=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFB0 is #53504F. Grayscale: #AEAEAE. Windows color (decimal): -5460048 or 11579308. OLE color: 11579308.
HSL color Cylindrical-coordinate representation of color #ACAFB0: hue angle of 195º 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 #ACAFB0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 175 | 176 | - |
CMYK | 0.02 | 0.01 | 0 | 0.31 |
HSL | 195º | 0.02% | 0.68% | - |
HSV(B) | 195º | 0.02% | 0.69% | - |
XYZ | 40.18 | 42.57 | 47.17 | - |
YUV | 174.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 176 | 0.02 | 0.01 | 0 | 0.31 | 195 | 0.02 | 0.68 |
Hex | AC | AF | B0 | 2 | 1 | 0 | 1F | C3 | 2 | 44 |
Octal | 254 | 257 | 260 | 2 | 1 | 0 | 37 | 303 | 2 | 104 |
Binary | 10101100 | 10101111 | 10110000 | 10 | 1 | 0 | 11111 | 11000011 | 10 | 1000100 |
Color Harmonies of #ACAFB0
Complementary color
Monochromatic Colors of #ACAFB0
Black with #ACAFB0
Text Example
Text Example
White with #ACAFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFB0; }
p { color: rgb(172,175,176); }
H1.HeaderClassName
{
color: #ACAFB0;
}
.AnyTagClassName
{
color: #ACAFB0;
}
</style>
background-color css
<style>
a { background-color: #ACAFB0; }
a { background-color: rgb(172,175,176); }
div.DivClassName
{
background-color: #ACAFB0;
}
.BgClassName
{
background-color: #ACAFB0;
}
</style>
border-color css
<style>
span { border-color: #ACAFB0; }
span { border-color: rgb(172,175,176); }
td.TdClassName
{
border-color: #ACAFB0;
}
.TagClassName
{
border-color: #ACAFB0;
}
</style>