#A7ACAB

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

Shades of Conch #A7ACAB

Tints of Conch #A7ACAB

Color information

#A7ACAB (or 0xA7ACAB) is unknown color: approx Conch. HEX triplet: A7, AC and AB. RGB value is (167,172,171). Sum of RGB (Red+Green+Blue) = 167+172+171=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 172 - color contains mainly: green. Hex color #A7ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7ACAB is #585354. Grayscale: #AAAAAA. Windows color (decimal): -5788501 or 11250855. OLE color: 11250855.

HSL color Cylindrical-coordinate representation of color #A7ACAB: hue angle of 168º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A7ACAB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB167172171-
CMYK0.0300.010.33
HSL168º2.92%66.47%-
HSV(B)168º2.91%67.45%-
XYZ38.0440.6644.37-
YUV170.39128.34125.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=32.75%
G=33.73%
B=33.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671721710.0300.010.331682.9266.47
HexA7ACAB30121a8342
Octal247254253301412503102
Binary101001111010110010101011110110000110101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACAB; }

 p { color: rgb(167,172,171); }

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

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

 a { background-color: rgb(167,172,171); }

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

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

 span { border-color: rgb(167,172,171); }

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