#A4B6B4

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

Shades of Conch #A4B6B4

Tints of Conch #A4B6B4

Color information

#A4B6B4 (or 0xA4B6B4) is unknown color: approx Conch. HEX triplet: A4, B6 and B4. RGB value is (164,182,180). Sum of RGB (Red+Green+Blue) = 164+182+180=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6B4 is #5B494B. Grayscale: #B0B0B0. Windows color (decimal): -5982540 or 11843236. OLE color: 11843236.

HSL color Cylindrical-coordinate representation of color #A4B6B4: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B6B4 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB164182180-
CMYK0.1000.010.29
HSL173.33º10.98%67.84%-
HSV(B)173.33º9.89%71.37%-
XYZ40.2844.6449.67-
YUV176.39130.04119.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=31.18%
G=34.60%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821800.1000.010.29173.3310.9867.84
HexA4B6B4A011Dadb44
Octal24426626412013525513104
Binary101001001011011010110100101001111011010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6B4; }

 p { color: rgb(164,182,180); }

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

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

 a { background-color: rgb(164,182,180); }

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

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

 span { border-color: rgb(164,182,180); }

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