#A1ACA9

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

Shades of Conch #A1ACA9

Tints of Conch #A1ACA9

Color information

#A1ACA9 (or 0xA1ACA9) is unknown color: approx Conch. HEX triplet: A1, AC and A9. RGB value is (161,172,169). Sum of RGB (Red+Green+Blue) = 161+172+169=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 172 - color contains mainly: green. Hex color #A1ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1ACA9 is #5E5356. Grayscale: #A8A8A8. Windows color (decimal): -6181719 or 11119777. OLE color: 11119777.

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

Color convert

RGB161172169-
CMYK0.0600.020.33
HSL163.64º6.21%65.29%-
HSV(B)163.64º6.4%67.45%-
XYZ36.6139.9543.32-
YUV168.37128.36122.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=32.07%
G=34.26%
B=33.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721690.0600.020.33163.646.2165.29
HexA1ACA960221a4641
Octal241254251602412446101
Binary101000011010110010101001110010100001101001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ACA9; }

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

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

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

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

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

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

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

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