#A4BAB7

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

Shades of Conch #A4BAB7

Tints of Conch #A4BAB7

Color information

#A4BAB7 (or 0xA4BAB7) is unknown color: approx Conch. HEX triplet: A4, BA and B7. RGB value is (164,186,183). Sum of RGB (Red+Green+Blue) = 164+186+183=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB7 is #5B4548. Grayscale: #B3B3B3. Windows color (decimal): -5981513 or 12040868. OLE color: 12040868.

HSL color Cylindrical-coordinate representation of color #A4BAB7: hue angle of 171.82º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAB7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB164186183-
CMYK0.1200.020.27
HSL171.82º13.75%68.63%-
HSV(B)171.82º11.83%72.94%-
XYZ41.4246.4351.58-
YUV179.08130.21117.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=30.77%
G=34.90%
B=34.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861830.1200.020.27171.8213.7568.63
HexA4BAB7C021Bace45
Octal24427226714023325416105
Binary1010010010111010101101111100010110111010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAB7; }

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

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

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

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

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

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

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

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