#A0AEB3

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

Shades of Gull Grey #A0AEB3

Tints of Gull Grey #A0AEB3

Color information

#A0AEB3 (or 0xA0AEB3) is unknown color: approx Gull Grey. HEX triplet: A0, AE and B3. RGB value is (160,174,179). Sum of RGB (Red+Green+Blue) = 160+174+179=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 179 - color contains mainly: blue. Hex color #A0AEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEB3 is #5F514C. Grayscale: #AAAAAA. Windows color (decimal): -6246733 or 11775648. OLE color: 11775648.

HSL color Cylindrical-coordinate representation of color #A0AEB3: hue angle of 195.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0AEB3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160174179-
CMYK0.110.0300.30
HSL195.79º11.11%66.47%-
HSV(B)195.79º10.61%70.2%-
XYZ37.774148.57-
YUV170.38132.86120.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=31.19%
G=33.92%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601741790.110.0300.30195.7911.1166.47
HexA0AEB3B301Ec4b42
Octal24025626313303630413102
Binary1010000010101110101100111011110111101100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AEB3; }

 p { color: rgb(160,174,179); }

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

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

 a { background-color: rgb(160,174,179); }

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

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

 span { border-color: rgb(160,174,179); }

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