#A5ADAE

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

Shades of Gull Grey #A5ADAE

Tints of Gull Grey #A5ADAE

Color information

#A5ADAE (or 0xA5ADAE) is unknown color: approx Gull Grey. HEX triplet: A5, AD and AE. RGB value is (165,173,174). Sum of RGB (Red+Green+Blue) = 165+173+174=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 174 - color contains mainly: blue. Hex color #A5ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADAE is #5A5251. Grayscale: #AAAAAA. Windows color (decimal): -5919314 or 11447717. OLE color: 11447717.

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

Color convert

RGB165173174-
CMYK0.050.0100.32
HSL186.67º5.26%66.47%-
HSV(B)186.67º5.17%68.24%-
XYZ38.140.9445.94-
YUV170.72129.85123.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=32.23%
G=33.79%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731740.050.0100.32186.675.2666.47
HexA5ADAE51020bb542
Octal245255256510402735102
Binary10100101101011011010111010110100000101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADAE; }

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

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

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

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

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

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

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

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