#A3ACAA

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

Shades of Conch #A3ACAA

Tints of Conch #A3ACAA

Color information

#A3ACAA (or 0xA3ACAA) is unknown color: approx Conch. HEX triplet: A3, AC and AA. RGB value is (163,172,170). Sum of RGB (Red+Green+Blue) = 163+172+170=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 172 - color contains mainly: green. Hex color #A3ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ACAA is #5C5355. Grayscale: #A9A9A9. Windows color (decimal): -6050646 or 11185315. OLE color: 11185315.

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

Color convert

RGB163172170-
CMYK0.0500.010.33
HSL166.67º5.14%65.69%-
HSV(B)166.67º5.23%67.45%-
XYZ37.1140.1943.83-
YUV169.08128.52123.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=32.28%
G=34.06%
B=33.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721700.0500.010.33166.675.1465.69
HexA3ACAA50121a7542
Octal243254252501412475102
Binary10100011101011001010101010101100001101001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ACAA; }

 p { color: rgb(163,172,170); }

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

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

 a { background-color: rgb(163,172,170); }

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

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

 span { border-color: rgb(163,172,170); }

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