#A6AFB6

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

Shades of Gull Grey #A6AFB6

Tints of Gull Grey #A6AFB6

Color information

#A6AFB6 (or 0xA6AFB6) is unknown color: approx Gull Grey. HEX triplet: A6, AF and B6. RGB value is (166,175,182). Sum of RGB (Red+Green+Blue) = 166+175+182=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #A6AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFB6 is #595049. Grayscale: #ADADAD. Windows color (decimal): -5853258 or 11972518. OLE color: 11972518.

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

Color convert

RGB166175182-
CMYK0.090.0400.29
HSL206.25º9.88%68.24%-
HSV(B)206.25º8.79%71.37%-
XYZ39.542.1450.31-
YUV173.11133.02122.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=31.74%
G=33.46%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661751820.090.0400.29206.259.8868.24
HexA6AFB69401Dcea44
Octal24625726611403531612104
Binary10100110101011111011011010011000111011100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFB6; }

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

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

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

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

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

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

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

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