#A6ACAF

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

Shades of Gull Grey #A6ACAF

Tints of Gull Grey #A6ACAF

Color information

#A6ACAF (or 0xA6ACAF) is unknown color: approx Gull Grey. HEX triplet: A6, AC and AF. RGB value is (166,172,175). Sum of RGB (Red+Green+Blue) = 166+172+175=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #A6ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ACAF is #595350. Grayscale: #AAAAAA. Windows color (decimal): -5854033 or 11512998. OLE color: 11512998.

HSL color Cylindrical-coordinate representation of color #A6ACAF: hue angle of 200º 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 #A6ACAF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166172175-
CMYK0.050.0200.31
HSL200º5.33%66.86%-
HSV(B)200º5.14%68.63%-
XYZ38.2240.7146.4-
YUV170.55130.51124.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=32.36%
G=33.53%
B=34.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661721750.050.0200.312005.3366.86
HexA6ACAF5201Fc8543
Octal246254257520373105103
Binary10100110101011001010111110110011111110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACAF; }

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

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

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

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

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

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

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

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