#A4ABA9

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

Shades of Conch #A4ABA9

Tints of Conch #A4ABA9

Color information

#A4ABA9 (or 0xA4ABA9) is unknown color: approx Conch. HEX triplet: A4, AB and A9. RGB value is (164,171,169). Sum of RGB (Red+Green+Blue) = 164+171+169=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABA9 is #5B5456. Grayscale: #A8A8A8. Windows color (decimal): -5985367 or 11119524. OLE color: 11119524.

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

Color convert

RGB164171169-
CMYK0.0400.010.33
HSL162.86º4%65.69%-
HSV(B)162.86º4.09%67.06%-
XYZ37.0339.8843.28-
YUV168.68128.18124.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=32.54%
G=33.93%
B=33.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711690.0400.010.33162.86465.69
HexA4ABA940121a3442
Octal244253251401412434102
Binary10100100101010111010100110001100001101000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABA9; }

 p { color: rgb(164,171,169); }

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

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

 a { background-color: rgb(164,171,169); }

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

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

 span { border-color: rgb(164,171,169); }

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