#ADB1B4

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

Shades of Gull Grey #ADB1B4

Tints of Gull Grey #ADB1B4

Color information

#ADB1B4 (or 0xADB1B4) is unknown color: approx Gull Grey. HEX triplet: AD, B1 and B4. RGB value is (173,177,180). Sum of RGB (Red+Green+Blue) = 173+177+180=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADB1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1B4 is #524E4B. Grayscale: #B0B0B0. Windows color (decimal): -5393996 or 11841965. OLE color: 11841965.

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

Color convert

RGB173177180-
CMYK0.040.0200.29
HSL205.71º4.46%69.22%-
HSV(B)205.71º3.89%70.59%-
XYZ41.1943.6249.43-
YUV176.15130.17125.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=32.64%
G=33.40%
B=33.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731771800.040.0200.29205.714.4669.22
HexADB1B44201Dce445
Octal255261264420353164105
Binary10101101101100011011010010010011101110011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1B4; }

 p { color: rgb(173,177,180); }

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

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

 a { background-color: rgb(173,177,180); }

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

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

 span { border-color: rgb(173,177,180); }

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