#A7B2AF

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

Shades of Conch #A7B2AF

Tints of Conch #A7B2AF

Color information

#A7B2AF (or 0xA7B2AF) is unknown color: approx Conch. HEX triplet: A7, B2 and AF. RGB value is (167,178,175). Sum of RGB (Red+Green+Blue) = 167+178+175=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B2AF is #584D50. Grayscale: #AEAEAE. Windows color (decimal): -5786961 or 11514535. OLE color: 11514535.

HSL color Cylindrical-coordinate representation of color #A7B2AF: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A7B2AF is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB167178175-
CMYK0.0600.020.30
HSL163.64º6.67%67.65%-
HSV(B)163.64º6.18%69.8%-
XYZ39.5943.1546.8-
YUV174.37128.36122.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=32.12%
G=34.23%
B=33.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671781750.0600.020.30163.646.6767.65
HexA7B2AF6021Ea4744
Octal247262257602362447104
Binary10100111101100101010111111001011110101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B2AF; }

 p { color: rgb(167,178,175); }

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

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

 a { background-color: rgb(167,178,175); }

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

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

 span { border-color: rgb(167,178,175); }

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