#A7AFB6

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

Shades of Gull Grey #A7AFB6

Tints of Gull Grey #A7AFB6

Color information

#A7AFB6 (or 0xA7AFB6) is unknown color: approx Gull Grey. HEX triplet: A7, AF and B6. RGB value is (167,175,182). Sum of RGB (Red+Green+Blue) = 167+175+182=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #A7AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AFB6 is #585049. Grayscale: #ADADAD. Windows color (decimal): -5787722 or 11972519. OLE color: 11972519.

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

Color convert

RGB167175182-
CMYK0.080.0400.29
HSL208º9.32%68.43%-
HSV(B)208º8.24%71.37%-
XYZ39.7142.2550.32-
YUV173.41132.85123.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 182 (71.48% from 255) = 34.73%
R=31.87%
G=33.40%
B=34.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671751820.080.0400.292089.3268.43
HexA7AFB68401Dd0944
Octal24725726610403532011104
Binary10100111101011111011011010001000111011101000010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFB6; }

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

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

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

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

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

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

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

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