#A0ACA9

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

Shades of Conch #A0ACA9

Tints of Conch #A0ACA9

Color information

#A0ACA9 (or 0xA0ACA9) is unknown color: approx Conch. HEX triplet: A0, AC and A9. RGB value is (160,172,169). Sum of RGB (Red+Green+Blue) = 160+172+169=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 172 - color contains mainly: green. Hex color #A0ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ACA9 is #5F5356. Grayscale: #A8A8A8. Windows color (decimal): -6247255 or 11119776. OLE color: 11119776.

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

Color convert

RGB160172169-
CMYK0.0700.020.33
HSL165º6.74%65.1%-
HSV(B)165º6.98%67.45%-
XYZ36.4139.8443.31-
YUV168.07128.52122.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=31.94%
G=34.33%
B=33.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721690.0700.020.331656.7465.1
HexA0ACA970221a5741
Octal240254251702412457101
Binary101000001010110010101001111010100001101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ACA9; }

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

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

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

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

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

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

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

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