#A7BAB8

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

Shades of Conch #A7BAB8

Tints of Conch #A7BAB8

Color information

#A7BAB8 (or 0xA7BAB8) is unknown color: approx Conch. HEX triplet: A7, BA and B8. RGB value is (167,186,184). Sum of RGB (Red+Green+Blue) = 167+186+184=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAB8 is #584547. Grayscale: #B4B4B4. Windows color (decimal): -5784904 or 12106407. OLE color: 12106407.

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

Color convert

RGB167186184-
CMYK0.1000.010.27
HSL173.68º12.1%69.22%-
HSV(B)173.68º10.22%72.94%-
XYZ42.1546.7952.16-
YUV180.09130.21118.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 184 (72.27% from 255) = 34.26%
R=31.10%
G=34.64%
B=34.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861840.1000.010.27173.6812.169.22
HexA7BAB8A011Baec45
Octal24727227012013325614105
Binary101001111011101010111000101001110111010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAB8; }

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

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

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

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

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

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

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

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