#A3B7B5

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

Shades of Conch #A3B7B5

Tints of Conch #A3B7B5

Color information

#A3B7B5 (or 0xA3B7B5) is unknown color: approx Conch. HEX triplet: A3, B7 and B5. RGB value is (163,183,181). Sum of RGB (Red+Green+Blue) = 163+183+181=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B7B5 is #5C484A. Grayscale: #B0B0B0. Windows color (decimal): -6047819 or 11909027. OLE color: 11909027.

HSL color Cylindrical-coordinate representation of color #A3B7B5: hue angle of 174º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7B5 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB163183181-
CMYK0.1100.010.28
HSL174º12.2%67.84%-
HSV(B)174º10.93%71.76%-
XYZ40.3844.9950.27-
YUV176.79130.37118.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=30.93%
G=34.72%
B=34.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831810.1100.010.2817412.267.84
HexA3B7B5B011Caec44
Octal24326726513013425614104
Binary101000111011011110110101101101111001010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B7B5; }

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

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

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

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

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

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

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

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