#ACB0AF

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

Shades of Conch #ACB0AF

Tints of Conch #ACB0AF

Color information

#ACB0AF (or 0xACB0AF) is unknown color: approx Conch. HEX triplet: AC, B0 and AF. RGB value is (172,176,175). Sum of RGB (Red+Green+Blue) = 172+176+175=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AF is #534F50. Grayscale: #AEAEAE. Windows color (decimal): -5459793 or 11514028. OLE color: 11514028.

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

Color convert

RGB172176175-
CMYK0.0200.010.31
HSL165º2.47%68.24%-
HSV(B)165º2.27%69.02%-
XYZ40.2842.9246.72-
YUV174.69128.17126.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=32.89%
G=33.65%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761750.0200.010.311652.4768.24
HexACB0AF2011Fa5244
Octal254260257201372452104
Binary10101100101100001010111110011111110100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0AF; }

 p { color: rgb(172,176,175); }

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

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

 a { background-color: rgb(172,176,175); }

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

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

 span { border-color: rgb(172,176,175); }

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