#A2B3AE

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

Shades of Conch #A2B3AE

Tints of Conch #A2B3AE

Color information

#A2B3AE (or 0xA2B3AE) is unknown color: approx Conch. HEX triplet: A2, B3 and AE. RGB value is (162,179,174). Sum of RGB (Red+Green+Blue) = 162+179+174=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B3AE is #5D4C51. Grayscale: #ADADAD. Windows color (decimal): -6114386 or 11449250. OLE color: 11449250.

HSL color Cylindrical-coordinate representation of color #A2B3AE: hue angle of 162.35º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2B3AE is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB162179174-
CMYK0.0900.030.30
HSL162.35º10.06%66.86%-
HSV(B)162.35º9.5%70.2%-
XYZ38.6642.9846.3-
YUV173.35128.37119.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=31.46%
G=34.76%
B=33.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791740.0900.030.30162.3510.0666.86
HexA2B3AE9031Ea2a43
Octal24226325611033624212103
Binary1010001010110011101011101001011111101010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B3AE; }

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

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

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

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

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

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

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

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