#A2AEB6

Color #A2AEB6 Gull Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gull Grey #A2AEB6

Tints of Gull Grey #A2AEB6

Color information

#A2AEB6 (or 0xA2AEB6) is unknown color: approx Gull Grey. HEX triplet: A2, AE and B6. RGB value is (162,174,182). Sum of RGB (Red+Green+Blue) = 162+174+182=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #A2AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AEB6 is #5D5149. Grayscale: #ABABAB. Windows color (decimal): -6115658 or 11972258. OLE color: 11972258.

HSL color Cylindrical-coordinate representation of color #A2AEB6: hue angle of 204º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2AEB6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162174182-
CMYK0.110.0400.29
HSL204º12.05%67.45%-
HSV(B)204º10.99%71.37%-
XYZ38.4841.3350.21-
YUV171.32134.02121.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=31.27%
G=33.59%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621741820.110.0400.2920412.0567.45
HexA2AEB6B401Dccc43
Octal24225626613403531414103
Binary10100010101011101011011010111000111011100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AEB6; }

 p { color: rgb(162,174,182); }

 H1.HeaderClassName
 {
   color: #A2AEB6;
 }
 .AnyTagClassName
 {
   color: #A2AEB6;
 }
</style>
background-color css

<style>
 a { background-color: #A2AEB6; }

 a { background-color: rgb(162,174,182); }

 div.DivClassName
 {
   background-color: #A2AEB6;
 }
 .BgClassName
 {
   background-color: #A2AEB6;
 }
</style>
border-color css

<style>
 span { border-color: #A2AEB6; }

 span { border-color: rgb(162,174,182); }

 td.TdClassName
 {
   border-color: #A2AEB6;
 }
 .TagClassName
 {
   border-color: #A2AEB6;
 }
</style>