#A3ADAF

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

Shades of Gull Grey #A3ADAF

Tints of Gull Grey #A3ADAF

Color information

#A3ADAF (or 0xA3ADAF) is unknown color: approx Gull Grey. HEX triplet: A3, AD and AF. RGB value is (163,173,175). Sum of RGB (Red+Green+Blue) = 163+173+175=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 175 - color contains mainly: blue. Hex color #A3ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ADAF is #5C5250. Grayscale: #AAAAAA. Windows color (decimal): -6050385 or 11513251. OLE color: 11513251.

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

Color convert

RGB163173175-
CMYK0.070.0100.31
HSL190º6.98%66.27%-
HSV(B)190º6.86%68.63%-
XYZ37.7940.7746.44-
YUV170.24130.69122.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 175 (68.75% from 255) = 34.25%
R=31.90%
G=33.86%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631731750.070.0100.311906.9866.27
HexA3ADAF7101Fbe742
Octal243255257710372767102
Binary1010001110101101101011111111011111101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADAF; }

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

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

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

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

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

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

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

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