#A8AEB2

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

Shades of Gull Grey #A8AEB2

Tints of Gull Grey #A8AEB2

Color information

#A8AEB2 (or 0xA8AEB2) is unknown color: approx Gull Grey. HEX triplet: A8, AE and B2. RGB value is (168,174,178). Sum of RGB (Red+Green+Blue) = 168+174+178=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 174 (68.36% from 255 or 33.46% 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 #A8AEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEB2 is #57514D. Grayscale: #ACACAC. Windows color (decimal): -5722446 or 11710120. OLE color: 11710120.

HSL color Cylindrical-coordinate representation of color #A8AEB2: hue angle of 204º degrees, saturation: 0.06, 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 #A8AEB2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168174178-
CMYK0.060.0200.30
HSL204º6.1%67.84%-
HSV(B)204º5.62%69.8%-
XYZ39.3241.8148.12-
YUV172.66131.01124.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=32.31%
G=33.46%
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
Decimal1681741780.060.0200.302046.167.84
HexA8AEB26201Ecc644
Octal250256262620363146104
Binary10101000101011101011001011010011110110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEB2; }

 p { color: rgb(168,174,178); }

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

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

 a { background-color: rgb(168,174,178); }

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

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

 span { border-color: rgb(168,174,178); }

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