#A1ACAF

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

Shades of Gull Grey #A1ACAF

Tints of Gull Grey #A1ACAF

Color information

#A1ACAF (or 0xA1ACAF) is unknown color: approx Gull Grey. HEX triplet: A1, AC and AF. RGB value is (161,172,175). Sum of RGB (Red+Green+Blue) = 161+172+175=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: blue. Hex color #A1ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACAF is #5E5350. Grayscale: #A9A9A9. Windows color (decimal): -6181713 or 11512993. OLE color: 11512993.

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

Color convert

RGB161172175-
CMYK0.080.0200.31
HSL192.86º8.05%65.88%-
HSV(B)192.86º8%68.63%-
XYZ37.1940.1846.35-
YUV169.05131.36122.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=31.69%
G=33.86%
B=34.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611721750.080.0200.31192.868.0565.88
HexA1ACAF8201Fc1842
Octal24125425710203730110102
Binary1010000110101100101011111000100111111100000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACAF; }

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

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

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

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

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

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

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

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