#A4BAB8

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

Shades of Conch #A4BAB8

Tints of Conch #A4BAB8

Color information

#A4BAB8 (or 0xA4BAB8) is unknown color: approx Conch. HEX triplet: A4, BA and B8. RGB value is (164,186,184). Sum of RGB (Red+Green+Blue) = 164+186+184=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB8 is #5B4547. Grayscale: #B3B3B3. Windows color (decimal): -5981512 or 12106404. OLE color: 12106404.

HSL color Cylindrical-coordinate representation of color #A4BAB8: hue angle of 174.55º 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 #A4BAB8 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB164186184-
CMYK0.1200.010.27
HSL174.55º13.75%68.63%-
HSV(B)174.55º11.83%72.94%-
XYZ41.5246.4752.13-
YUV179.19130.71117.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=30.71%
G=34.83%
B=34.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861840.1200.010.27174.5513.7568.63
HexA4BAB8C011Bafe45
Octal24427227014013325716105
Binary101001001011101010111000110001110111010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAB8; }

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

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

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

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

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

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

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

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