#A3ABA9

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

Shades of Conch #A3ABA9

Tints of Conch #A3ABA9

Color information

#A3ABA9 (or 0xA3ABA9) is unknown color: approx Conch. HEX triplet: A3, AB and A9. RGB value is (163,171,169). Sum of RGB (Red+Green+Blue) = 163+171+169=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A3ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3ABA9 is #5C5456. Grayscale: #A8A8A8. Windows color (decimal): -6050903 or 11119523. OLE color: 11119523.

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

Color convert

RGB163171169-
CMYK0.0500.010.33
HSL165º4.55%65.49%-
HSV(B)165º4.68%67.06%-
XYZ36.8339.7843.27-
YUV168.38128.35124.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=32.41%
G=34.00%
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
Decimal1631711690.0500.010.331654.5565.49
HexA3ABA950121a5541
Octal243253251501412455101
Binary10100011101010111010100110101100001101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ABA9; }

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

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

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

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

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

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

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

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