#A3B4B3

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

Shades of Conch #A3B4B3

Tints of Conch #A3B4B3

Color information

#A3B4B3 (or 0xA3B4B3) is unknown color: approx Conch. HEX triplet: A3, B4 and B3. RGB value is (163,180,179). Sum of RGB (Red+Green+Blue) = 163+180+179=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4B3 is #5C4B4C. Grayscale: #AEAEAE. Windows color (decimal): -6048589 or 11777187. OLE color: 11777187.

HSL color Cylindrical-coordinate representation of color #A3B4B3: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4B3 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB163180179-
CMYK0.0900.010.29
HSL176.47º10.18%67.25%-
HSV(B)176.47º9.44%70.59%-
XYZ39.5643.6848.99-
YUV174.8130.37119.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=31.23%
G=34.48%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801790.0900.010.29176.4710.1867.25
HexA3B4B39011Db0a43
Octal24326426311013526012103
Binary101000111011010010110011100101111011011000010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B4B3; }

 p { color: rgb(163,180,179); }

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

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

 a { background-color: rgb(163,180,179); }

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

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

 span { border-color: rgb(163,180,179); }

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