#A7ADAE

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

Shades of Gull Grey #A7ADAE

Tints of Gull Grey #A7ADAE

Color information

#A7ADAE (or 0xA7ADAE) is unknown color: approx Gull Grey. HEX triplet: A7, AD and AE. RGB value is (167,173,174). Sum of RGB (Red+Green+Blue) = 167+173+174=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7ADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADAE is #585251. Grayscale: #ABABAB. Windows color (decimal): -5788242 or 11447719. OLE color: 11447719.

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

Color convert

RGB167173174-
CMYK0.040.0100.32
HSL188.57º4.14%66.86%-
HSV(B)188.57º4.02%68.24%-
XYZ38.5241.1645.96-
YUV171.32129.51124.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=32.49%
G=33.66%
B=33.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671731740.040.0100.32188.574.1466.86
HexA7ADAE41020bd443
Octal247255256410402754103
Binary10100111101011011010111010010100000101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADAE; }

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

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

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

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

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

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

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

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