#ADAFB0

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

Shades of Gull Grey #ADAFB0

Tints of Gull Grey #ADAFB0

Color information

#ADAFB0 (or 0xADAFB0) is unknown color: approx Gull Grey. HEX triplet: AD, AF and B0. RGB value is (173,175,176). Sum of RGB (Red+Green+Blue) = 173+175+176=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFB0 is #52504F. Grayscale: #AEAEAE. Windows color (decimal): -5394512 or 11579309. OLE color: 11579309.

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

Color convert

RGB173175176-
CMYK0.020.0100.31
HSL200º1.86%68.43%-
HSV(B)200º1.7%69.02%-
XYZ40.442.6847.18-
YUV174.52128.84126.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=33.02%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1731751760.020.0100.312001.8668.43
HexADAFB02101Fc8244
Octal255257260210373102104
Binary10101101101011111011000010101111111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFB0; }

 p { color: rgb(173,175,176); }

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

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

 a { background-color: rgb(173,175,176); }

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

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

 span { border-color: rgb(173,175,176); }

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