#A7ADB1

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

Shades of Gull Grey #A7ADB1

Tints of Gull Grey #A7ADB1

Color information

#A7ADB1 (or 0xA7ADB1) is unknown color: approx Gull Grey. HEX triplet: A7, AD and B1. RGB value is (167,173,177). Sum of RGB (Red+Green+Blue) = 167+173+177=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #A7ADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ADB1 is #58524E. Grayscale: #ABABAB. Windows color (decimal): -5788239 or 11644327. OLE color: 11644327.

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

Color convert

RGB167173177-
CMYK0.060.0200.31
HSL204º6.02%67.45%-
HSV(B)204º5.65%69.41%-
XYZ38.8241.2847.52-
YUV171.66131.01124.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=32.30%
G=33.46%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671731770.060.0200.312046.0267.45
HexA7ADB16201Fcc643
Octal247255261620373146103
Binary10100111101011011011000111010011111110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ADB1; }

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

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

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

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

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

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

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

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