#A3B5B4

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

Shades of Conch #A3B5B4

Tints of Conch #A3B5B4

Color information

#A3B5B4 (or 0xA3B5B4) is unknown color: approx Conch. HEX triplet: A3, B5 and B4. RGB value is (163,181,180). Sum of RGB (Red+Green+Blue) = 163+181+180=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5B4 is #5C4A4B. Grayscale: #AFAFAF. Windows color (decimal): -6048332 or 11842979. OLE color: 11842979.

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

Color convert

RGB163181180-
CMYK0.1000.010.29
HSL176.67º10.84%67.45%-
HSV(B)176.67º9.94%70.98%-
XYZ39.8744.1349.6-
YUV175.5130.54119.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=31.11%
G=34.54%
B=34.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811800.1000.010.29176.6710.8467.45
HexA3B5B4A011Db1b43
Octal24326526412013526113103
Binary101000111011010110110100101001111011011000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5B4; }

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

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

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

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

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

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

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

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