#A4ACAA

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

Shades of Conch #A4ACAA

Tints of Conch #A4ACAA

Color information

#A4ACAA (or 0xA4ACAA) is unknown color: approx Conch. HEX triplet: A4, AC and AA. RGB value is (164,172,170). Sum of RGB (Red+Green+Blue) = 164+172+170=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 172 - color contains mainly: green. Hex color #A4ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ACAA is #5B5355. Grayscale: #A9A9A9. Windows color (decimal): -5985110 or 11185316. OLE color: 11185316.

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

Color convert

RGB164172170-
CMYK0.0500.010.33
HSL165º4.6%65.88%-
HSV(B)165º4.65%67.45%-
XYZ37.3240.343.84-
YUV169.38128.35124.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=32.41%
G=33.99%
B=33.60%

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
Decimal1641721700.0500.010.331654.665.88
HexA4ACAA50121a5542
Octal244254252501412455102
Binary10100100101011001010101010101100001101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACAA; }

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

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

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

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

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

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

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

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