#A7AFB2

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

Shades of Gull Grey #A7AFB2

Tints of Gull Grey #A7AFB2

Color information

#A7AFB2 (or 0xA7AFB2) is unknown color: approx Gull Grey. HEX triplet: A7, AF and B2. RGB value is (167,175,178). Sum of RGB (Red+Green+Blue) = 167+175+178=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 178 - color contains mainly: blue. Hex color #A7AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AFB2 is #58504D. Grayscale: #ACACAC. Windows color (decimal): -5787726 or 11710375. OLE color: 11710375.

HSL color Cylindrical-coordinate representation of color #A7AFB2: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7AFB2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB167175178-
CMYK0.060.0200.30
HSL196.36º6.67%67.65%-
HSV(B)196.36º6.18%69.8%-
XYZ39.342.0948.17-
YUV172.95130.85123.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=32.12%
G=33.65%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671751780.060.0200.30196.366.6767.65
HexA7AFB26201Ec4744
Octal247257262620363047104
Binary10100111101011111011001011010011110110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AFB2; }

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

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

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

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

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

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

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

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