#ACB5B3

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

Shades of Conch #ACB5B3

Tints of Conch #ACB5B3

Color information

#ACB5B3 (or 0xACB5B3) is unknown color: approx Conch. HEX triplet: AC, B5 and B3. RGB value is (172,181,179). Sum of RGB (Red+Green+Blue) = 172+181+179=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5B3 is #534A4C. Grayscale: #B2B2B2. Windows color (decimal): -5458509 or 11777452. OLE color: 11777452.

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

Color convert

RGB172181179-
CMYK0.0500.010.29
HSL166.67º5.73%69.22%-
HSV(B)166.67º4.97%70.98%-
XYZ41.6745.0749.15-
YUV178.08128.52123.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=32.33%
G=34.02%
B=33.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811790.0500.010.29166.675.7369.22
HexACB5B35011Da7645
Octal254265263501352476105
Binary1010110010110101101100111010111101101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5B3; }

 p { color: rgb(172,181,179); }

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

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

 a { background-color: rgb(172,181,179); }

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

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

 span { border-color: rgb(172,181,179); }

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