#A2AFB6

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

Shades of Gull Grey #A2AFB6

Tints of Gull Grey #A2AFB6

Color information

#A2AFB6 (or 0xA2AFB6) is unknown color: approx Gull Grey. HEX triplet: A2, AF and B6. RGB value is (162,175,182). Sum of RGB (Red+Green+Blue) = 162+175+182=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #A2AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2AFB6 is #5D5049. Grayscale: #ABABAB. Windows color (decimal): -6115402 or 11972514. OLE color: 11972514.

HSL color Cylindrical-coordinate representation of color #A2AFB6: hue angle of 201º 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 #A2AFB6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB162175182-
CMYK0.110.0400.29
HSL201º12.05%67.45%-
HSV(B)201º10.99%71.37%-
XYZ38.6741.7250.27-
YUV171.91133.69120.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=31.21%
G=33.72%
B=35.07%

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
Decimal1621751820.110.0400.2920112.0567.45
HexA2AFB6B401Dc9c43
Octal24225726613403531114103
Binary10100010101011111011011010111000111011100100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFB6; }

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

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

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

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

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

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

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

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