#A7AAAB

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

Shades of Gull Grey #A7AAAB

Tints of Gull Grey #A7AAAB

Color information

#A7AAAB (or 0xA7AAAB) is unknown color: approx Gull Grey. HEX triplet: A7, AA and AB. RGB value is (167,170,171). Sum of RGB (Red+Green+Blue) = 167+170+171=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 171 - color contains mainly: blue. Hex color #A7AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AAAB is #585554. Grayscale: #A9A9A9. Windows color (decimal): -5789013 or 11250343. OLE color: 11250343.

HSL color Cylindrical-coordinate representation of color #A7AAAB: hue angle of 195º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A7AAAB is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167170171-
CMYK0.020.0100.33
HSL195º2.33%66.27%-
HSV(B)195º2.34%67.06%-
XYZ37.6639.9144.25-
YUV169.22129.01126.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=32.87%
G=33.46%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671701710.020.0100.331952.3366.27
HexA7AAAB21021c3242
Octal247252253210413032102
Binary101001111010101010101011101010000111000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AAAB; }

 p { color: rgb(167,170,171); }

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

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

 a { background-color: rgb(167,170,171); }

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

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

 span { border-color: rgb(167,170,171); }

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