#A7AEAC

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

Shades of Conch #A7AEAC

Tints of Conch #A7AEAC

Color information

#A7AEAC (or 0xA7AEAC) is unknown color: approx Conch. HEX triplet: A7, AE and AC. RGB value is (167,174,172). Sum of RGB (Red+Green+Blue) = 167+174+172=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEAC is #585153. Grayscale: #ABABAB. Windows color (decimal): -5787988 or 11316903. OLE color: 11316903.

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

Color convert

RGB167174172-
CMYK0.0400.010.32
HSL162.86º4.14%66.86%-
HSV(B)162.86º4.02%68.24%-
XYZ38.5241.4745-
YUV171.68128.18124.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=32.55%
G=33.92%
B=33.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741720.0400.010.32162.864.1466.86
HexA7AEAC40120a3443
Octal247256254401402434103
Binary10100111101011101010110010001100000101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEAC; }

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

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

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

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

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

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

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

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