#A8AAAB

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

Shades of Gull Grey #A8AAAB

Tints of Gull Grey #A8AAAB

Color information

#A8AAAB (or 0xA8AAAB) is unknown color: approx Gull Grey. HEX triplet: A8, AA and AB. RGB value is (168,170,171). Sum of RGB (Red+Green+Blue) = 168+170+171=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AAAB is #575554. Grayscale: #A9A9A9. Windows color (decimal): -5723477 or 11250344. OLE color: 11250344.

HSL color Cylindrical-coordinate representation of color #A8AAAB: hue angle of 200º 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 #A8AAAB is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168170171-
CMYK0.020.0100.33
HSL200º1.75%66.47%-
HSV(B)200º1.75%67.06%-
XYZ37.8740.0144.26-
YUV169.52128.84126.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=33.01%
G=33.40%
B=33.60%

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
Decimal1681701710.020.0100.332001.7566.47
HexA8AAAB21021c8242
Octal250252253210413102102
Binary101010001010101010101011101010000111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AAAB; }

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

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

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

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

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

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

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

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