#A6ADAF

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

Shades of Gull Grey #A6ADAF

Tints of Gull Grey #A6ADAF

Color information

#A6ADAF (or 0xA6ADAF) is unknown color: approx Gull Grey. HEX triplet: A6, AD and AF. RGB value is (166,173,175). Sum of RGB (Red+Green+Blue) = 166+173+175=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADAF is #595250. Grayscale: #ABABAB. Windows color (decimal): -5853777 or 11513254. OLE color: 11513254.

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

Color convert

RGB166173175-
CMYK0.050.0100.31
HSL193.33º5.33%66.86%-
HSV(B)193.33º5.14%68.63%-
XYZ38.4141.0946.46-
YUV171.14130.18124.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=32.30%
G=33.66%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661731750.050.0100.31193.335.3366.86
HexA6ADAF5101Fc1543
Octal246255257510373015103
Binary1010011010101101101011111011011111110000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADAF; }

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

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

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

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

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

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

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

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