#A7B2B0

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

Shades of Conch #A7B2B0

Tints of Conch #A7B2B0

Color information

#A7B2B0 (or 0xA7B2B0) is unknown color: approx Conch. HEX triplet: A7, B2 and B0. RGB value is (167,178,176). Sum of RGB (Red+Green+Blue) = 167+178+176=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B2B0 is #584D4F. Grayscale: #AEAEAE. Windows color (decimal): -5786960 or 11580071. OLE color: 11580071.

HSL color Cylindrical-coordinate representation of color #A7B2B0: hue angle of 169.09º 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 #A7B2B0 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB167178176-
CMYK0.0600.010.30
HSL169.09º6.67%67.65%-
HSV(B)169.09º6.18%69.8%-
XYZ39.6943.1947.32-
YUV174.48128.86122.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=32.05%
G=34.17%
B=33.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1671781760.0600.010.30169.096.6767.65
HexA7B2B06011Ea9744
Octal247262260601362517104
Binary1010011110110010101100001100111110101010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B2B0; }

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

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

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

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

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

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

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

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