Shades of Gull Grey #A2AEB5
Tints of Gull Grey #A2AEB5
RGB
CMYK
RGB Variations
Color information
#A2AEB5 (or 0xA2AEB5) is known color: Gull Grey. HEX triplet: A2, AE and B5. RGB value is (162,174,181). Sum of RGB (Red+Green+Blue) = 162+174+181=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 181 - color contains mainly: blue. Hex color #A2AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AEB5 is #5D514A. Grayscale: #ABABAB. Windows color (decimal): -6115659 or 11906722. OLE color: 11906722.
HSL color Cylindrical-coordinate representation of color #A2AEB5: hue angle of 202.11º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2AEB5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 174 | 181 | - |
CMYK | 0.10 | 0.04 | 0 | 0.29 |
HSL | 202.11º | 0.11% | 0.67% | - |
HSV(B) | 202.11º | 0.1% | 0.71% | - |
XYZ | 38.38 | 41.29 | 49.66 | - |
YUV | 171.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 174 | 181 | 0.10 | 0.04 | 0 | 0.29 | 202.11 | 0.11 | 0.67 |
Hex | A2 | AE | B5 | A | 4 | 0 | 1D | CA | B | 43 |
Octal | 242 | 256 | 265 | 12 | 4 | 0 | 35 | 312 | 13 | 103 |
Binary | 10100010 | 10101110 | 10110101 | 1010 | 100 | 0 | 11101 | 11001010 | 1011 | 1000011 |
Color Harmonies of #A2AEB5
Complementary color
Monochromatic Colors of #A2AEB5
Black with #A2AEB5
Text Example
Text Example
White with #A2AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AEB5; }
p { color: rgb(162,174,181); }
H1.HeaderClassName
{
color: #A2AEB5;
}
.AnyTagClassName
{
color: #A2AEB5;
}
</style>
background-color css
<style>
a { background-color: #A2AEB5; }
a { background-color: rgb(162,174,181); }
div.DivClassName
{
background-color: #A2AEB5;
}
.BgClassName
{
background-color: #A2AEB5;
}
</style>
border-color css
<style>
span { border-color: #A2AEB5; }
span { border-color: rgb(162,174,181); }
td.TdClassName
{
border-color: #A2AEB5;
}
.TagClassName
{
border-color: #A2AEB5;
}
</style>