#ABADAE

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

Shades of Gull Grey #ABADAE

Tints of Gull Grey #ABADAE

Color information

#ABADAE (or 0xABADAE) is unknown color: approx Gull Grey. HEX triplet: AB, AD and AE. RGB value is (171,173,174). Sum of RGB (Red+Green+Blue) = 171+173+174=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABADAE is #545251. Grayscale: #ACACAC. Windows color (decimal): -5526098 or 11447723. OLE color: 11447723.

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

Color convert

RGB171173174-
CMYK0.020.0100.32
HSL200º1.82%67.65%-
HSV(B)200º1.72%68.24%-
XYZ39.3841.646-
YUV172.52128.84126.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=33.01%
G=33.40%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731740.020.0100.322001.8267.65
HexABADAE21020c8244
Octal253255256210403102104
Binary101010111010110110101110101010000011001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABADAE; }

 p { color: rgb(171,173,174); }

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

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

 a { background-color: rgb(171,173,174); }

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

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

 span { border-color: rgb(171,173,174); }

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