#A8ADAE

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

Shades of Gull Grey #A8ADAE

Tints of Gull Grey #A8ADAE

Color information

#A8ADAE (or 0xA8ADAE) is unknown color: approx Gull Grey. HEX triplet: A8, AD and AE. RGB value is (168,173,174). Sum of RGB (Red+Green+Blue) = 168+173+174=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADAE is #575251. Grayscale: #ABABAB. Windows color (decimal): -5722706 or 11447720. OLE color: 11447720.

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

Color convert

RGB168173174-
CMYK0.030.0100.32
HSL190º3.57%67.06%-
HSV(B)190º3.45%68.24%-
XYZ38.7341.2745.97-
YUV171.62129.34125.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=32.62%
G=33.59%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731740.030.0100.321903.5767.06
HexA8ADAE31020be443
Octal250255256310402764103
Binary1010100010101101101011101110100000101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADAE; }

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

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

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

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

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

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

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

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