#A2B7B3

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

Shades of Conch #A2B7B3

Tints of Conch #A2B7B3

Color information

#A2B7B3 (or 0xA2B7B3) is unknown color: approx Conch. HEX triplet: A2, B7 and B3. RGB value is (162,183,179). Sum of RGB (Red+Green+Blue) = 162+183+179=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B7B3 is #5D484C. Grayscale: #B0B0B0. Windows color (decimal): -6113357 or 11777954. OLE color: 11777954.

HSL color Cylindrical-coordinate representation of color #A2B7B3: hue angle of 168.57º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B7B3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB162183179-
CMYK0.1100.020.28
HSL168.57º12.73%67.65%-
HSV(B)168.57º11.48%71.76%-
XYZ39.9744.849.19-
YUV176.26129.54117.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=30.92%
G=34.92%
B=34.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831790.1100.020.28168.5712.7367.65
HexA2B7B3B021Ca9d44
Octal24226726313023425115104
Binary1010001010110111101100111011010111001010100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B7B3; }

 p { color: rgb(162,183,179); }

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

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

 a { background-color: rgb(162,183,179); }

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

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

 span { border-color: rgb(162,183,179); }

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