#A4B7B3

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

Shades of Conch #A4B7B3

Tints of Conch #A4B7B3

Color information

#A4B7B3 (or 0xA4B7B3) is unknown color: approx Conch. HEX triplet: A4, B7 and B3. RGB value is (164,183,179). Sum of RGB (Red+Green+Blue) = 164+183+179=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7B3 is #5B484C. Grayscale: #B0B0B0. Windows color (decimal): -5982285 or 11777956. OLE color: 11777956.

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

Color convert

RGB164183179-
CMYK0.1000.020.28
HSL167.37º11.66%68.04%-
HSV(B)167.37º10.38%71.76%-
XYZ40.3845.0149.21-
YUV176.86129.21118.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=31.18%
G=34.79%
B=34.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831790.1000.020.28167.3711.6668.04
HexA4B7B3A021Ca7c44
Octal24426726312023424714104
Binary1010010010110111101100111010010111001010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7B3; }

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

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

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

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

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

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

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

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